Skip to content

Commit

Permalink
add missing standalone flag
Browse files Browse the repository at this point in the history
  • Loading branch information
stoeffel committed Feb 24, 2016
1 parent f1c39b4 commit 7d7cdc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -40,7 +40,7 @@
"coverage": "istanbul cover ./node_modules/mocha/bin/_mocha -- --report=lcov --ui=qunit tests",
"build": "npm run build:clean && npm run build:bundle && npm run build:min",
"build:clean": "rm -rf dist",
"build:bundle": "mkdir dist && browserify index.js -o dist/underscore.string.js -p browserify-header",
"build:bundle": "mkdir dist && browserify index.js -o dist/underscore.string.js -p browserify-header -s s",
"build:min": "uglifyjs dist/underscore.string.js -o dist/underscore.string.min.js --comments",
"release": "npm test && npm run release:version && npm run build && npm run release:push",
"release:version": "node scripts/bump-version.js",
Expand Down

0 comments on commit 7d7cdc4

Please sign in to comment.