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 16
16
"lint" : " eslint ." ,
17
17
"update-license" : " licensor --width 72" ,
18
18
"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" ,
22
20
"pretest" : " npm run lint" ,
23
21
"test" : " jest" ,
24
22
"pretravis" : " npm run lint && npm run clean" ,
57
55
"eslint_d" : " ^7.1.0" ,
58
56
"html-webpack-plugin" : " ^3.0.4" ,
59
57
"husky" : " ^0.14.3" ,
60
- "in-publish" : " ^2.0.0" ,
61
58
"jest" : " ^23.6.0" ,
62
59
"jest-watch-typeahead" : " ^0.2.0" ,
63
60
"licensor" : " ^4.0.0" ,
Original file line number Diff line number Diff line change @@ -2967,10 +2967,6 @@ imurmurhash@^0.1.4:
2967
2967
version "0.1.4"
2968
2968
resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea"
2969
2969
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
-
2974
2970
indent-string@^2.1.0 :
2975
2971
version "2.1.0"
2976
2972
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