File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -61,3 +61,5 @@ typings/
6161npm-shrinkwrap.json
6262package-lock.json
6363yarn.lock
64+
65+ .npmignore
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2020 "license" : " MIT" ,
2121 "main" : " index" ,
2222 "scripts" : {
23+ "prepack" : " npmignore --auto --commentLines=autogenerated" ,
2324 "prepublishOnly" : " safe-publish-latest" ,
2425 "prepublish" : " not-in-publish || npm run prepublishOnly" ,
2526 "pretest" : " npm run lint" ,
6263 "for-each" : " ^0.3.3" ,
6364 "has-strict-mode" : " ^1.0.1" ,
6465 "in-publish" : " ^2.0.1" ,
66+ "npmignore" : " ^0.3.0" ,
6567 "nyc" : " ^10.3.2" ,
6668 "object-inspect" : " ^1.12.2" ,
6769 "safe-publish-latest" : " ^2.0.0" ,
9193 "engines" : {
9294 "node" : " >= 0.4"
9395 },
94- "greenkeeper " : {
96+ "publishConfig " : {
9597 "ignore" : [
96- " nyc "
98+ " .github/workflows "
9799 ]
98100 }
99101}
You can’t perform that action at this time.
0 commit comments