File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1313 "build:unminified" : " cross-env NODE_ENV=production webpack --progress --colors" ,
1414 "build" : " npm run build:minified && npm run build:unminified" ,
1515 "prepublish" : " npm run clean && npm run lint && npm run test && npm run build" ,
16- "semantic-release" : " semantic-release pre && npm publish && semantic-release post "
16+ "semantic-release" : " semantic-release"
1717 },
1818 "jest" : {
1919 "collectCoverage" : true ,
6464 "react" : " ^15.0.0" ,
6565 "react-router" : " ^4.0.0" ,
6666 "rimraf" : " ^2.5.4" ,
67- "semantic-release" : " ^4.3.5 " ,
67+ "semantic-release" : " ^15.0.2 " ,
6868 "typescript" : " ^2.7.2" ,
6969 "webpack" : " ^3.10.0" ,
7070 "webpack-cli" : " ^2.0.10"
7171 },
7272 "peerDependencies" : {
7373 "mobx-state-tree" : " ^1.3.1" ,
7474 "react-router" : " 4.x"
75- }
75+ },
76+ "dependencies" : {}
7677}
You can’t perform that action at this time.
0 commit comments