File tree 3 files changed +10
-29
lines changed
3 files changed +10
-29
lines changed Original file line number Diff line number Diff line change @@ -23,3 +23,5 @@ package-lock.json
23
23
24
24
coverage /
25
25
.nyc_output /
26
+
27
+ .npmignore
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 9
9
"license" : " MIT" ,
10
10
"main" : " index.js" ,
11
11
"scripts" : {
12
+ "prepack" : " npmignore --auto --commentLines=autogenerated" ,
12
13
"prepublishOnly" : " safe-publish-latest" ,
13
14
"prepublish" : " not-in-publish || npm run prepublishOnly" ,
14
15
"pretest" : " npm run lint" ,
51
52
"eslint" : " =8.8.0" ,
52
53
"for-each" : " ^0.3.3" ,
53
54
"in-publish" : " ^2.0.1" ,
55
+ "npmignore" : " ^0.3.0" ,
54
56
"nyc" : " ^10.3.2" ,
55
57
"safe-publish-latest" : " ^2.0.0" ,
56
58
"tape" : " ^5.6.1"
83
85
"commitLimit" : false ,
84
86
"backfillLimit" : false ,
85
87
"hideCredit" : true
88
+ },
89
+ "publishConfig" : {
90
+ "ignore" : [
91
+ " .github/workflows" ,
92
+ " test-corejs.js"
93
+ ]
86
94
}
87
95
}
You can’t perform that action at this time.
0 commit comments