Skip to content

Commit cb60e60

Browse files
authored
Merge pull request #36 from jviide/issue-20
Update to microbundle v0.8.3
2 parents b27834c + 702b919 commit cb60e60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"scripts": {
99
"build": "npm run -s build:main && npm run -s build:preact && npm run -s build:babel",
1010
"build:main": "microbundle src/index.mjs -f es,umd --no-sourcemap --target web",
11-
"build:preact": "microbundle src/integrations/preact/index.mjs -o preact/index.js -f es,umd --external preact,htm --no-sourcemap --target web && cp src/integrations/preact/{index.d.ts,package.json} preact/ && npm run -s build:preact:standalone",
11+
"build:preact": "microbundle src/integrations/preact/index.mjs -o preact/index.js -f es,umd --external preact,htm --no-sourcemap --target web && cp src/integrations/preact/index.d.ts src/integrations/preact/package.json preact/ && npm run -s build:preact:standalone",
1212
"build:preact:standalone": "microbundle src/integrations/preact/standalone.mjs -o preact/standalone.js -f es,umd --no-sourcemap --target web",
1313
"build:babel": "cd packages/babel-plugin-htm && npm run build",
1414
"test": "eslint src/**/*.mjs test && npm run build && jest test",
@@ -53,7 +53,7 @@
5353
"eslint": "^5.2.0",
5454
"eslint-config-developit": "^1.1.1",
5555
"jest": "^23.4.2",
56-
"microbundle": "^0.7.0",
56+
"microbundle": "^0.8.3",
5757
"preact": "^8.2.9"
5858
},
5959
"dependencies": {}

0 commit comments

Comments
 (0)