Skip to content

Commit 953d5b3

Browse files
committed
ready for 0-alpha.0
1 parent e53a1f2 commit 953d5b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rc-field-form",
3-
"version": "0.0.0",
3+
"version": "0.0.0-alpha.0",
44
"description": "React Form Component",
55
"keywords": [
66
"react",
@@ -31,7 +31,7 @@
3131
"build": "father doc build --storybook",
3232
"compile": "father build",
3333
"gh-pages": "rc-tools run gh-pages",
34-
"pub": "rc-tools run pub --babel-runtime",
34+
"prepublishOnly": "npm run compile",
3535
"lint": "eslint src/ --ext .tsx,.ts",
3636
"test": "father test",
3737
"now-build": "npm run build"

0 commit comments

Comments
 (0)