Skip to content

Commit 07786c2

Browse files
committed
fix: switch back to bili for es5 support till fixing in siroc
1 parent 022295a commit 07786c2

File tree

2 files changed

+2353
-31
lines changed

2 files changed

+2353
-31
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dist"
1111
],
1212
"scripts": {
13-
"build": "siroc build",
13+
"build": "bili src/defu.ts",
1414
"lint": "eslint --ext .ts src",
1515
"prepublish": "yarn build",
1616
"release": "yarn test && yarn build && standard-version && git push --follow-tags && npm publish",
@@ -20,9 +20,11 @@
2020
"@nuxtjs/eslint-config-typescript": "latest",
2121
"@types/jest": "latest",
2222
"@types/node": "latest",
23+
"bili": "^5.0.5",
2324
"eslint": "latest",
2425
"expect-type": "^0.8.0",
2526
"jest": "latest",
27+
"rollup-plugin-typescript2": "^0.29.0",
2628
"siroc": "^0.4.0",
2729
"standard-version": "latest",
2830
"ts-jest": "latest",

0 commit comments

Comments
 (0)