File tree 3 files changed +9
-69
lines changed
3 files changed +9
-69
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 12
12
"./package.json" : " ./package.json"
13
13
},
14
14
"scripts" : {
15
+ "prepack" : " npmignore --auto --commentLines=autogenerated" ,
15
16
"prepublish" : " not-in-publish || npm run prepublishOnly" ,
16
17
"prepublishOnly" : " safe-publish-latest" ,
17
18
"preversion" : " auto-changelog" ,
59
60
"evalmd" : " ^0.0.19" ,
60
61
"functions-have-names" : " ^1.2.2" ,
61
62
"has-strict-mode" : " ^1.0.1" ,
63
+ "npmignore" : " ^0.3.0" ,
62
64
"nyc" : " ^10.3.2" ,
63
65
"safe-publish-latest" : " ^2.0.0" ,
64
66
"tape" : " ^5.5.3"
77
79
"commitLimit" : false ,
78
80
"backfillLimit" : false ,
79
81
"hideCredit" : true
82
+ },
83
+ "publishConfig" : {
84
+ "ignore" : [
85
+ " .github/workflows"
86
+ ]
80
87
}
81
88
}
You can’t perform that action at this time.
0 commit comments