File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 107107npm-shrinkwrap.json
108108package-lock.json
109109yarn.lock
110+
111+ .npmignore
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1919 "./package.json" : " ./package.json"
2020 },
2121 "scripts" : {
22+ "prepack" : " npmignore --auto --commentLines=autogenerated" ,
2223 "prepublishOnly" : " safe-publish-latest" ,
2324 "prepublish" : " not-in-publish || npm run prepublishOnly" ,
2425 "pretest" : " npm run lint" ,
6364 "eslint" : " =8.8.0" ,
6465 "functions-have-names" : " ^1.2.3" ,
6566 "in-publish" : " ^2.0.1" ,
67+ "npmignore" : " ^0.3.0" ,
6668 "nyc" : " ^10.3.2" ,
6769 "safe-publish-latest" : " ^2.0.0" ,
6870 "tape" : " ^5.6.1"
7880 "commitLimit" : false ,
7981 "backfillLimit" : false ,
8082 "hideCredit" : true
83+ },
84+ "publishConfig" : {
85+ "ignore" : [
86+ " .github/workflows"
87+ ]
8188 }
8289}
You can’t perform that action at this time.
0 commit comments