Skip to content
This repository has been archived by the owner on Mar 14, 2020. It is now read-only.

Commit

Permalink
fixed uglifyjs
Browse files Browse the repository at this point in the history
  • Loading branch information
vrgamespace committed Jul 14, 2017
1 parent 9d2817a commit 2d2edab
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 @@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"prepublishOnly": "npm run dist",
"uglify": "uglifyjs --compress --mangle -o dist/any-qs.min.js --source-map dist/any-qs.min.map -- dist/any-qs.js",
"uglify": "uglifyjs --source-map --compress --mangle -o dist/any-qs.min.js -- dist/any-qs.js",
"dist": "npm run clean && cp index.js dist/any-qs.js && npm run uglify",
"test": "nyc --reporter text --reporter html mocha",
"coverage": "nyc report --reporter=text-lcov | coveralls",
Expand Down

0 comments on commit 2d2edab

Please sign in to comment.