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 d6f2b9d commit 87b4dacCopy full SHA for 87b4dac
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-input-verification-code",
3
- "version": "1.0.2",
+ "version": "2.0.0-0",
4
"description": "A React Verification Code Input, Autocompletion Friendly",
5
"repository": "ugogo/react-input-verification-code",
6
"main": "lib/cjs/index.js",
@@ -31,7 +31,10 @@
31
],
32
"release-it": {
33
"hooks": {
34
- "before:init": ["npm run build", "npm test"],
+ "before:init": [
35
+ "npm run build",
36
+ "npm test"
37
+ ],
38
"after:release": "npm run storybook:deploy"
39
},
40
"git": {
0 commit comments