Skip to content

Commit 69211a3

Browse files
authored
Merge pull request #278 from developit/0.8.4
0.8.4
2 parents f459dc6 + 391800a commit 69211a3

File tree

2 files changed

+15
-14
lines changed

2 files changed

+15
-14
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",
@@ -12,7 +12,7 @@
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",
@@ -82,6 +82,7 @@
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",

test/__snapshots__/index.test.js.snap

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@ async-ts
5050
5151
5252
Build \\"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

6161
exports[`fixtures basic 1`] = `
@@ -368,12 +368,12 @@ esnext-ts
368368
369369
370370
Build \\"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

379379
exports[`fixtures jsx 1`] = `

0 commit comments

Comments
 (0)