Skip to content

Commit 87b4dac

Browse files
committed
v2.0.0-0
1 parent d6f2b9d commit 87b4dac

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-input-verification-code",
3-
"version": "1.0.2",
3+
"version": "2.0.0-0",
44
"description": "A React Verification Code Input, Autocompletion Friendly",
55
"repository": "ugogo/react-input-verification-code",
66
"main": "lib/cjs/index.js",
@@ -31,7 +31,10 @@
3131
],
3232
"release-it": {
3333
"hooks": {
34-
"before:init": ["npm run build", "npm test"],
34+
"before:init": [
35+
"npm run build",
36+
"npm test"
37+
],
3538
"after:release": "npm run storybook:deploy"
3639
},
3740
"git": {

0 commit comments

Comments
 (0)