File tree Expand file tree Collapse file tree 2 files changed +4574
-6
lines changed
Expand file tree Collapse file tree 2 files changed +4574
-6
lines changed Original file line number Diff line number Diff line change 1111 "build" : " rm -rf lib && npm run build:cjs && npm run build:es" ,
1212 "build:cjs" : " babel src --out-dir lib" ,
1313 "build:es" : " BABEL_ENV=es babel src --out-dir lib/es" ,
14+ "prepublish" : " npm run build" ,
1415 "lint" : " eslint ./" ,
1516 "lint:fix" : " eslint ./ --fix" ,
1617 "test" : " karma start --single-run" ,
17- "test-watch" : " karma start" ,
18- "patch" : " release patch --run" ,
19- "minor" : " release minor --run" ,
20- "major" : " release major --run"
18+ "test-watch" : " karma start"
2119 },
2220 "repository" : {
2321 "type" : " git" ,
6563 "karma-sourcemap-loader" : " ~0.3.5" ,
6664 "karma-webpack" : " ~1.7.0" ,
6765 "mocha" : " ~2.3.3" ,
68- "mt-changelog" : " ^0.6.2" ,
6966 "phantomjs" : " ^1.9.18" ,
7067 "react" : " ^16.4.2" ,
7168 "react-dom" : " ^16.4.2" ,
72- "release-script" : " ^0.5.3" ,
7369 "webpack" : " ~1.14.0"
7470 },
7571 "dependencies" : {
You can’t perform that action at this time.
0 commit comments