Skip to content

Commit

Permalink
Remove extraneous space
Browse files Browse the repository at this point in the history
I accidentally added this extra space in #2485.
  • Loading branch information
captbaritone committed Oct 2, 2016
1 parent d8593bc commit 96d07bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -36,7 +36,7 @@
"lint": "eslint underscore.js test/*.js",
"test-node": "qunit-cli test/*.js",
"test-browser": "npm i karma-phantomjs-launcher && karma start",
"minify": "uglifyjs underscore.js -c \"evaluate=false\" --comments \"/ .*/\" -m",
"minify": "uglifyjs underscore.js -c \"evaluate=false\" --comments \"/ .*/\" -m",
"build": "npm run minify -- --source-map underscore-min.map --source-map-url \" \" -o underscore-min.js",
"doc": "docco underscore.js",
"weight": "npm run minify | gzip-size | pretty-bytes"
Expand Down

0 comments on commit 96d07bc

Please sign in to comment.