Skip to content

Commit

Permalink
πŸ‘Ÿ fix version script
Browse files Browse the repository at this point in the history
  • Loading branch information
desandro committed May 16, 2020
1 parent b3e1d98 commit 821732e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dist": "npm run bundle && npm run uglify",
"bundle": "node bin/bundle.js",
"uglify": "npx uglifyjs dist/draggabilly.pkgd.js -o dist/draggabilly.pkgd.min.js --mangle --comments /^!/",
"version": "node bin/version.js && npm run dist && git add -A css js dist"
"version": "node bin/version.js && npm run dist && git add -A . dist"
},
"dependencies": {
"get-size": "^2.0.2",
Expand Down

0 comments on commit 821732e

Please sign in to comment.