diff --git a/package.json b/package.json index 795c4639..d5bc796a 100644 --- a/package.json +++ b/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", diff --git a/test/__snapshots__/index.test.js.snap b/test/__snapshots__/index.test.js.snap index 40cad5d8..6f0ef4ac 100644 --- a/test/__snapshots__/index.test.js.snap +++ b/test/__snapshots__/index.test.js.snap @@ -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 @@ -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:" +`;