Skip to content

Commit 41e955a

Browse files
committed
chore: add release script
1 parent aa5566c commit 41e955a

File tree

2 files changed

+1217
-24
lines changed

2 files changed

+1217
-24
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.1.0",
2+
"version": "0.0.0",
33
"license": "MIT",
44
"main": "dist/index.js",
55
"typings": "dist/index.d.ts",
@@ -19,7 +19,8 @@
1919
"lint": "tsdx lint",
2020
"prepare": "tsdx build",
2121
"size": "size-limit",
22-
"analyze": "size-limit --why"
22+
"analyze": "size-limit --why",
23+
"release": "np"
2324
},
2425
"peerDependencies": {
2526
"react": ">=16.8.0",
@@ -54,6 +55,7 @@
5455
"eslint-plugin-promise": "^4.2.1",
5556
"eslint-plugin-simple-import-sort": "^7.0.0",
5657
"husky": "^4.3.6",
58+
"np": "^7.2.0",
5759
"react": "^17.0.1",
5860
"react-dom": "^17.0.1",
5961
"react-test-renderer": "^17.0.1",

0 commit comments

Comments
 (0)