We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3320a78 commit 6929a58Copy full SHA for 6929a58
package.json
@@ -7,13 +7,13 @@
7
"main": "dist/index.js",
8
"types": "dist/index.d.ts",
9
"scripts": {
10
- "build": "bili src/index.ts --minimal",
+ "build": "siroc build",
11
"release": "yarn build && standard-version && npm publish && git push --follow-tags"
12
},
13
"devDependencies": {
14
"@types/node": "^14.0.6",
15
- "bili": "^4.10.0",
16
"rollup-plugin-typescript2": "^0.27.1",
+ "siroc": "^0.6.0",
17
"standard-version": "^8.0.0",
18
"typescript": "^3.9.3"
19
}
tsconfig.json
@@ -7,7 +7,7 @@
"declaration": true,
"types": [
"node"
- ],
+ ]
"include": [
"src"
yarn.lock
0 commit comments