We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1c39b4 commit 7d7cdc4Copy full SHA for 7d7cdc4
package.json
@@ -40,7 +40,7 @@
40
"coverage": "istanbul cover ./node_modules/mocha/bin/_mocha -- --report=lcov --ui=qunit tests",
41
"build": "npm run build:clean && npm run build:bundle && npm run build:min",
42
"build:clean": "rm -rf dist",
43
- "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",
44
"build:min": "uglifyjs dist/underscore.string.js -o dist/underscore.string.min.js --comments",
45
"release": "npm test && npm run release:version && npm run build && npm run release:push",
46
"release:version": "node scripts/bump-version.js",
0 commit comments