Skip to content

Commit

Permalink
fix(build): remove uglifyjs warnings option (evilsoft#396)
Browse files Browse the repository at this point in the history
  • Loading branch information
evilsoft authored May 5, 2019
1 parent f850141 commit f6d1ea3
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 @@ -10,7 +10,7 @@
"preversion": "npm run build",
"postpublish": "npm run docs:deploy",
"build:publish": "npm test && ./bin/publish",
"build:dist": "webpack && uglifyjs build/dist/crocks.js -c \"warnings=false\" -m -o build/dist/crocks.min.js",
"build:dist": "webpack && uglifyjs build/dist/crocks.js -m -o build/dist/crocks.min.js",
"build": "doctoc && rimraf build && buble -i src -o build && npm run build:dist",
"doctoc": "doctoc README.md",
"docs:dev": "cd docs && npm start",
Expand Down

0 comments on commit f6d1ea3

Please sign in to comment.