File tree 3 files changed +10
-2
lines changed
3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -9,3 +9,5 @@ package-lock.json
9
9
10
10
.nyc_output /
11
11
coverage /
12
+
13
+ .npmignore
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 36
36
"license" : " MIT" ,
37
37
"main" : " index.js" ,
38
38
"scripts" : {
39
+ "prepack" : " npmignore --auto --commentLines=autogenerated" ,
39
40
"prepublishOnly" : " safe-publish-latest" ,
40
41
"prepublish" : " not-in-publish || npm run prepublishOnly" ,
41
42
"pretest" : " npm run lint" ,
61
62
"in-publish" : " ^2.0.1" ,
62
63
"indexof" : " ^0.0.1" ,
63
64
"is" : " ^3.3.0" ,
65
+ "npmignore" : " ^0.3.0" ,
64
66
"nyc" : " ^10.3.2" ,
65
67
"safe-publish-latest" : " ^2.0.0" ,
66
68
"tape" : " ^5.6.1"
85
87
},
86
88
"engines" : {
87
89
"node" : " >= 0.4"
90
+ },
91
+ "publishConfig" : {
92
+ "ignore" : [
93
+ " .github/workflows" ,
94
+ " test/*"
95
+ ]
88
96
}
89
97
}
You can’t perform that action at this time.
0 commit comments