From 950c766cf9152e53af542ad97cc8264a75cc258b Mon Sep 17 00:00:00 2001 From: Dominic Tobias Date: Sun, 28 May 2023 09:11:57 +0100 Subject: [PATCH] fix: add ReactCrop.scss to package.json exports --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0b1e297..4b96456 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-image-crop", - "version": "10.1.2", + "version": "10.1.3", "description": "A responsive image cropping tool for React", "repository": "https://github.com/DominicTobias/react-image-crop", "type": "module",