We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa5566c commit 41e955aCopy full SHA for 41e955a
package.json
@@ -1,5 +1,5 @@
1
{
2
- "version": "0.1.0",
+ "version": "0.0.0",
3
"license": "MIT",
4
"main": "dist/index.js",
5
"typings": "dist/index.d.ts",
@@ -19,7 +19,8 @@
19
"lint": "tsdx lint",
20
"prepare": "tsdx build",
21
"size": "size-limit",
22
- "analyze": "size-limit --why"
+ "analyze": "size-limit --why",
23
+ "release": "np"
24
},
25
"peerDependencies": {
26
"react": ">=16.8.0",
@@ -54,6 +55,7 @@
54
55
"eslint-plugin-promise": "^4.2.1",
56
"eslint-plugin-simple-import-sort": "^7.0.0",
57
"husky": "^4.3.6",
58
+ "np": "^7.2.0",
59
"react": "^17.0.1",
60
"react-dom": "^17.0.1",
61
"react-test-renderer": "^17.0.1",
0 commit comments