File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,3 +31,5 @@ node_modules
3131npm-shrinkwrap.json
3232package-lock.json
3333yarn.lock
34+
35+ .npmignore
Original file line number Diff line number Diff line change 99 "license" : " MIT" ,
1010 "main" : " index.js" ,
1111 "scripts" : {
12+ "prepack" : " npmignore --auto --commentLines=autogenerated" ,
1213 "prepublish" : " not-in-publish || npm run prepublishOnly" ,
1314 "prepublishOnly" : " safe-publish-latest" ,
1415 "pretest" : " npm run lint" ,
5253 "functions-have-names" : " ^1.2.3" ,
5354 "has-strict-mode" : " ^1.0.1" ,
5455 "in-publish" : " ^2.0.1" ,
56+ "npmignore" : " ^0.3.0" ,
5557 "nyc" : " ^10.3.2" ,
5658 "safe-publish-latest" : " ^2.0.0" ,
5759 "tape" : " ^5.6.1"
8587 "backfillLimit" : false ,
8688 "hideCredit" : true ,
8789 "startingVersion" : " 2.1.4"
90+ },
91+ "publishConfig" : {
92+ "ignore" : [
93+ " .github/workflows"
94+ ]
8895 }
8996}
You can’t perform that action at this time.
0 commit comments