Skip to content

Commit 7d7cdc4

Browse files
committed
add missing standalone flag
1 parent f1c39b4 commit 7d7cdc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"coverage": "istanbul cover ./node_modules/mocha/bin/_mocha -- --report=lcov --ui=qunit tests",
4141
"build": "npm run build:clean && npm run build:bundle && npm run build:min",
4242
"build:clean": "rm -rf dist",
43-
"build:bundle": "mkdir dist && browserify index.js -o dist/underscore.string.js -p browserify-header",
43+
"build:bundle": "mkdir dist && browserify index.js -o dist/underscore.string.js -p browserify-header -s s",
4444
"build:min": "uglifyjs dist/underscore.string.js -o dist/underscore.string.min.js --comments",
4545
"release": "npm test && npm run release:version && npm run build && npm run release:push",
4646
"release:version": "node scripts/bump-version.js",

0 commit comments

Comments
 (0)