Skip to content

Commit

Permalink
export to window in minified bundle, fixes #167
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Feb 24, 2020
1 parent 34ef322 commit e87a5e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"types": "./types/index.d.ts",
"scripts": {
"bench": "node bench/server.js && browserify bench/client.js | tape-run",
"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",
"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",
"prepublishOnly": "npm run build",
"test": "npm run test:standard && npm run test:node && npm run test:browser && npm run test:transform-browser && npm run test:babel-browser",
"test:standard": "standard",
Expand Down

0 comments on commit e87a5e2

Please sign in to comment.