Skip to content

Commit 6929a58

Browse files
committedDec 14, 2020
feat!: use siroc build tool
BREAKING CHANGE: you may need to transpile package for older browsers
1 parent 3320a78 commit 6929a58

File tree

3 files changed

+499
-2496
lines changed

3 files changed

+499
-2496
lines changed
 

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
"main": "dist/index.js",
88
"types": "dist/index.d.ts",
99
"scripts": {
10-
"build": "bili src/index.ts --minimal",
10+
"build": "siroc build",
1111
"release": "yarn build && standard-version && npm publish && git push --follow-tags"
1212
},
1313
"devDependencies": {
1414
"@types/node": "^14.0.6",
15-
"bili": "^4.10.0",
1615
"rollup-plugin-typescript2": "^0.27.1",
16+
"siroc": "^0.6.0",
1717
"standard-version": "^8.0.0",
1818
"typescript": "^3.9.3"
1919
}

‎tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"declaration": true,
88
"types": [
99
"node"
10-
],
10+
]
1111
},
1212
"include": [
1313
"src"

‎yarn.lock

+496-2,493
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.