Skip to content

Commit e87a5e2

Browse files
committed
export to window in minified bundle, fixes #167
1 parent 34ef322 commit e87a5e2

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
@@ -15,7 +15,7 @@
1515
"types": "./types/index.d.ts",
1616
"scripts": {
1717
"bench": "node bench/server.js && browserify bench/client.js | tape-run",
18-
"build": "mkdir -p dist/ && browserify index -s html -p bundle-collapser/plugin > dist/bundle.js && browserify index -p tinyify > dist/bundle.min.js && cat dist/bundle.min.js | gzip --best --stdout | wc -c | pretty-bytes",
18+
"build": "mkdir -p dist/ && browserify index -s html -p bundle-collapser/plugin > dist/bundle.js && browserify index -s html -p tinyify > dist/bundle.min.js && cat dist/bundle.min.js | gzip --best --stdout | wc -c | pretty-bytes",
1919
"prepublishOnly": "npm run build",
2020
"test": "npm run test:standard && npm run test:node && npm run test:browser && npm run test:transform-browser && npm run test:babel-browser",
2121
"test:standard": "standard",

0 commit comments

Comments
 (0)