Skip to content

Commit

Permalink
Bundled Size Reduced
Browse files Browse the repository at this point in the history
  • Loading branch information
prabinkarki643 committed Oct 21, 2020
1 parent aa14462 commit e8e3f7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit e8e3f7b

Please sign in to comment.