File tree Expand file tree Collapse file tree 2 files changed +15
-14
lines changed
Expand file tree Collapse file tree 2 files changed +15
-14
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " microbundle" ,
3- "version" : " 0.8.3 " ,
3+ "version" : " 0.8.4 " ,
44 "description" : " Zero-configuration bundler for tiny JS libs, powered by Rollup." ,
55 "main" : " dist/microbundle.js" ,
66 "source" : " src/index.js" ,
1212 "prepare" : " npm run -s build" ,
1313 "prepare:babel" : " babel src/*.js -d dist && npm t" ,
1414 "lint" : " eslint src" ,
15- "test" : " npm run -s lint && npm run -s build && BABEL_ENV=test jest" ,
15+ "test" : " npm run -s lint && npm run -s build && cross-env BABEL_ENV=test jest" ,
1616 "release" : " npm run -s prepare && npm test && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"
1717 },
1818 "repository" : " developit/microbundle" ,
8282 "@babel/preset-env" : " ^7.1.6" ,
8383 "babel-core" : " ^7.0.0-bridge.0" ,
8484 "babel-jest" : " ^23.6.0" ,
85+ "cross-env" : " ^5.2.0" ,
8586 "directory-tree" : " ^2.1.0" ,
8687 "eslint" : " ^5.0.0" ,
8788 "eslint-config-developit" : " ^1.1.1" ,
Original file line number Diff line number Diff line change @@ -50,12 +50,12 @@ async-ts
5050
5151
5252Build \\ "asyncTs\\ " to dist:
53- 158 B: async-ts.js.gz
54- 122 B: async-ts.js.br
55- 160 B: async-ts.mjs.gz
56- 128 B: async-ts.mjs.br
57- 245 B: async-ts.umd.js.gz
58- 202 B: async-ts.umd.js.br"
53+ 75 B: async-ts.js.gz
54+ 57 B: async-ts.js.br
55+ 77 B: async-ts.mjs.gz
56+ 63 B: async-ts.mjs.br
57+ 176 B: async-ts.umd.js.gz
58+ 141 B: async-ts.umd.js.br"
5959` ;
6060
6161exports [` fixtures basic 1` ] = `
@@ -368,12 +368,12 @@ esnext-ts
368368
369369
370370Build \\ "esnextTs\\ " to dist:
371- 841 B: esnext-ts.js.gz
372- 753 B: esnext-ts.js.br
373- 842 B: esnext-ts.mjs.gz
374- 751 B: esnext-ts.mjs.br
375- 902 B: esnext-ts.umd.js.gz
376- 804 B: esnext-ts.umd.js.br"
371+ 1204 B: esnext-ts.js.gz
372+ 1096 B: esnext-ts.js.br
373+ 1203 B: esnext-ts.mjs.gz
374+ 1094 B: esnext-ts.mjs.br
375+ 1260 B: esnext-ts.umd.js.gz
376+ 1146 B: esnext-ts.umd.js.br"
377377` ;
378378
379379exports [` fixtures jsx 1` ] = `
You can’t perform that action at this time.
0 commit comments