diff --git a/package.json b/package.json index 6d392e0..c011906 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-open-dialog", - "version": "1.0.0", + "version": "1.1.0", "description": "Open Dialog Programatically with function call", "author": "githubprabin143", "license": "MIT", @@ -12,7 +12,7 @@ "node": ">=10" }, "scripts": { - "build": "microbundle-crl --no-compress --format modern,cjs", + "build": "microbundle-crl --compress --no-sourcemap --format modern,cjs", "start": "microbundle-crl watch --no-compress --format modern,cjs", "prepare": "run-s build", "test": "run-s test:unit test:lint test:build",