Skip to content

Commit

Permalink
Stop calling uglify-es via relative path
Browse files Browse the repository at this point in the history
  • Loading branch information
flintinatux committed Aug 24, 2018
1 parent 01b6619 commit e62f563
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 @@ -24,7 +24,7 @@
"branches": 100
},
"scripts": {
"build": "./node_modules/uglify-es/bin/uglifyjs src.js -cm --toplevel --wrap tinyfunk > tinyfunk.js",
"build": "uglifyjs src.js -cm --toplevel --wrap tinyfunk > tinyfunk.js",
"clean": "rm -f tinyfunk.js",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"lint": "eslint src.js test",
Expand Down

0 comments on commit e62f563

Please sign in to comment.