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 17
17
"./package.json" : " ./package.json"
18
18
},
19
19
"scripts" : {
20
+ "prepack" : " npmignore --auto --commentLines=autogenerated" ,
20
21
"prepublishOnly" : " safe-publish-latest" ,
21
22
"prepublish" : " not-in-publish || npm run prepublishOnly" ,
22
23
"lint" : " eslint --ext=.js,.mjs ." ,
52
53
"eslint" : " =8.8.0" ,
53
54
"for-each" : " ^0.3.3" ,
54
55
"in-publish" : " ^2.0.1" ,
56
+ "npmignore" : " ^0.3.0" ,
55
57
"nyc" : " ^10.3.2" ,
56
58
"object-inspect" : " ^1.12.2" ,
57
59
"safe-publish-latest" : " ^2.0.0" ,
67
69
},
68
70
"dependencies" : {
69
71
"call-bind" : " ^1.0.2"
72
+ },
73
+ "publishConfig" : {
74
+ "ignore" : [
75
+ " .github/workflows"
76
+ ]
70
77
}
71
78
}
You can’t perform that action at this time.
0 commit comments