Skip to content

Commit a064af0

Browse files
committed
cmds
1 parent 1fc7c38 commit a064af0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
"major": "release major",
5050
"minor": "release minor",
5151
"patch": "release patch",
52-
"alpha": "release --preid alpha",
53-
"beta": "release --preid beta"
52+
"alpha": "release --preid alpha --tag next",
53+
"beta": "release --preid beta --tag next"
5454
},
5555
"homepage": "http://jquense.github.io/react-widgets/docs/",
5656
"license": "MIT",
@@ -111,7 +111,7 @@
111111
"react-bootstrap": "0.24.5-react-pre.0",
112112
"react-dom": "^0.14.0-beta3",
113113
"react-router": "^1.0.0-beta3",
114-
"release-script": "^0.2.7",
114+
"release-script": "^0.3.0",
115115
"rimraf": "^2.4.2",
116116
"scriptjs": "^2.5.7",
117117
"style-loader": "^0.12.3",

0 commit comments

Comments
 (0)