File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change 1616 "lint" : " eslint ." ,
1717 "update-license" : " licensor --width 72" ,
1818 "build-and-update-license" : " npm run build && npm run update-license" ,
19- "preversion" : " npm run travis && npm run update-license" ,
20- "prepublish" : " not-in-install && npm run build-and-update-license || in-install" ,
21- "postpublish" : " git push --follow-tags" ,
19+ "prepublishOnly" : " npm run build" ,
2220 "pretest" : " npm run lint" ,
2321 "test" : " jest" ,
2422 "pretravis" : " npm run lint && npm run clean" ,
5755 "eslint_d" : " ^7.1.0" ,
5856 "html-webpack-plugin" : " ^3.0.4" ,
5957 "husky" : " ^0.14.3" ,
60- "in-publish" : " ^2.0.0" ,
6158 "jest" : " ^23.6.0" ,
6259 "jest-watch-typeahead" : " ^0.2.0" ,
6360 "licensor" : " ^4.0.0" ,
Original file line number Diff line number Diff line change @@ -2967,10 +2967,6 @@ imurmurhash@^0.1.4:
29672967 version "0.1.4"
29682968 resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea"
29692969
2970- in-publish@^2.0.0 :
2971- version "2.0.0"
2972- resolved "https://registry.yarnpkg.com/in-publish/-/in-publish-2.0.0.tgz#e20ff5e3a2afc2690320b6dc552682a9c7fadf51"
2973-
29742970indent-string@^2.1.0 :
29752971 version "2.1.0"
29762972 resolved "https://registry.yarnpkg.com/indent-string/-/indent-string-2.1.0.tgz#8e2d48348742121b4a8218b7a137e9a52049dc80"
You can’t perform that action at this time.
0 commit comments