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 cbcc467 commit 7c555d9Copy full SHA for 7c555d9
.np-config.json
@@ -0,0 +1,5 @@
1
+{
2
+ "branch": "v3",
3
+ "preview": true,
4
+ "tag": "alpha"
5
+}
package.json
@@ -25,7 +25,8 @@
25
"size": "size-limit",
26
"analyze": "size-limit --why",
27
"storybook": "start-storybook -p 6006",
28
- "build-storybook": "build-storybook"
+ "build-storybook": "build-storybook",
29
+ "release": "np"
30
},
31
"jest": {
32
"modulePaths": [
@@ -91,6 +92,7 @@
91
92
"babel-loader": "^8.2.3",
93
"css-loader": "^5.0.0",
94
"husky": "^7.0.4",
95
+ "np": "^7.6.0",
96
"react": "^17.0.2",
97
"react-dom": "^17.0.2",
98
"react-is": "^17.0.2",
0 commit comments