File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 10
10
"tdd" : " karma start" ,
11
11
"visual-test" : " webpack-dev-server --config webpack.test.config.babel.js" ,
12
12
"lint" : " eslint ./" ,
13
- "bower-prepare" : " babel-node scripts/bower-prepare.js"
13
+ "bower-prepare" : " babel-node scripts/bower-prepare.js" ,
14
+ "patch" : " release patch" ,
15
+ "minor" : " release minor" ,
16
+ "major" : " release major"
14
17
},
15
18
"repository" : {
16
19
"type" : " git" ,
17
20
"url" :
" [email protected] :react-bootstrap/react-router-bootstrap.git"
18
21
},
22
+ "bowerRepo" :
" [email protected] :react-bootstrap/react-router-bootstrap-bower.git" ,
19
23
"keywords" : [
20
24
" react" ,
21
25
" react-router" ,
58
62
"less-loader" : " ^2.0.0" ,
59
63
"lodash" : " ^3.10.0" ,
60
64
"mocha" : " ^2.1.0" ,
65
+ "mt-changelog" : " ^0.5.3" ,
61
66
"node-libs-browser" : " ^0.5.2" ,
62
67
"phantomjs" : " ^1.9.13" ,
63
68
"react" : " >0.10.0" ,
64
69
"react-bootstrap" : " >=0.15" ,
65
70
"react-router" : " >=0.13.1" ,
71
+ "release-script" : " ^0.1.0" ,
66
72
"shelljs" : " ^0.5.1" ,
67
73
"style-loader" : " ^0.12.2" ,
68
74
"url-loader" : " ^0.5.5" ,
You can’t perform that action at this time.
0 commit comments