File tree 3 files changed +6
-68
lines changed 3 files changed +6
-68
lines changed Original file line number Diff line number Diff line change @@ -61,3 +61,5 @@ typings/
61
61
npm-shrinkwrap.json
62
62
package-lock.json
63
63
yarn.lock
64
+
65
+ .npmignore
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 20
20
"license" : " MIT" ,
21
21
"main" : " index.js" ,
22
22
"scripts" : {
23
+ "prepack" : " npmignore --auto --commentLines=autogenerated" ,
23
24
"prepublish" : " not-in-publish || npm run prepublishOnly" ,
24
25
"prepublishOnly" : " safe-publish-latest" ,
25
26
"pretest" : " npm run --silent lint && evalmd README.md" ,
63
64
"function-bind" : " ^1.1.1" ,
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
"object-inspect" : " ^1.12.2" ,
68
70
"safe-publish-latest" : " ^2.0.0" ,
92
94
"engines" : {
93
95
"node" : " >= 0.4"
94
96
},
95
- "greenkeeper " : {
97
+ "publishConfig " : {
96
98
"ignore" : [
97
- " nyc "
99
+ " .github/workflows "
98
100
]
99
101
}
100
102
}
You can’t perform that action at this time.
0 commit comments