File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1- # History
2-
31# 0.4.0
42- Added Size Props |Merge #5
53- Fixed bug with refs
Original file line number Diff line number Diff line change 1010 "build" : " node run-babel tools/build.js" ,
1111 "lint" : " eslint src test tools webpack karma.conf.js" ,
1212 "test" : " karma start --single-run && npm run build" ,
13- "test-watch" : " karma start"
13+ "test-watch" : " karma start" ,
14+ "patch" : " release patch --run" ,
15+ "minor" : " release minor --run" ,
16+ "major" : " release major --run"
1417 },
1518 "repository" : {
1619 "type" : " git" ,
5659 "karma-webpack" : " ~1.7.0" ,
5760 "lodash" : " ~3.10.1" ,
5861 "mocha" : " ~2.2.5" ,
62+ "mt-changelog" : " ^0.6.2" ,
5963 "phantomjs" : " ^1.9.18" ,
6064 "react" : " ~0.14.0" ,
6165 "react-dom" : " ~0.14.0" ,
6266 "webpack" : " ~1.11.0" ,
6367 "yargs" : " ~3.19.0"
68+ "release-script" : " ^0.5.3" ,
6469 },
6570 "dependencies" : {
6671 "babel-runtime" : " ^5.8.0" ,
You can’t perform that action at this time.
0 commit comments