Skip to content

Commit

Permalink
0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
developit committed Jul 5, 2018
1 parent 41e0dc3 commit 6a95870
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "microbundle",
"version": "0.4.4",
"version": "0.4.5",
"description": "Zero-configuration bundler for tiny JS libs, powered by Rollup.",
"main": "dist/microbundle.js",
"source": "src/index.js",
Expand Down
22 changes: 22 additions & 0 deletions test/__snapshots__/index.test.js.snap
Expand Up @@ -105,6 +105,17 @@ Build \\"basicLibTsx\\" to dist:
295 B: basic-lib-tsx.umd.js"
`;

exports[`fixtures demo 1`] = `
"Used script: microbundle
Directory tree:
demo
Build \\"demo\\" to dist:"
`;

exports[`fixtures jsx 1`] = `
"Used script: microbundle
Expand Down Expand Up @@ -226,3 +237,14 @@ Build \\"noPkgName\\" to dist:
211 B: no-pkg-name.m.js
292 B: no-pkg-name.umd.js"
`;

exports[`fixtures ts-demo 1`] = `
"Used script: microbundle
Directory tree:
ts-demo
Build \\"tsDemo\\" to dist:"
`;

0 comments on commit 6a95870

Please sign in to comment.