File tree 3 files changed +9
-111
lines changed
3 files changed +9
-111
lines changed Original file line number Diff line number Diff line change 107
107
npm-shrinkwrap.json
108
108
package-lock.json
109
109
yarn.lock
110
+
111
+ .npmignore
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 19
19
"./package.json" : " ./package.json"
20
20
},
21
21
"scripts" : {
22
+ "prepack" : " npmignore --auto --commentLines=autogenerated" ,
22
23
"prepublishOnly" : " safe-publish-latest" ,
23
24
"prepublish" : " not-in-publish || npm run prepublishOnly" ,
24
25
"pretest" : " npm run lint" ,
63
64
"functions-have-names" : " ^1.2.3" ,
64
65
"has-strict-mode" : " ^1.0.1" ,
65
66
"in-publish" : " ^2.0.1" ,
67
+ "npmignore" : " ^0.3.0" ,
66
68
"nyc" : " ^10.3.2" ,
67
69
"safe-publish-latest" : " ^2.0.0" ,
68
70
"tape" : " ^5.6.1"
86
88
"commitLimit" : false ,
87
89
"backfillLimit" : false ,
88
90
"hideCredit" : true
91
+ },
92
+ "publishConfig" : {
93
+ "ignore" : [
94
+ " .github/workflows"
95
+ ]
89
96
}
90
97
}
You can’t perform that action at this time.
0 commit comments