File tree 3 files changed +10
-14
lines changed
3 files changed +10
-14
lines changed Original file line number Diff line number Diff line change @@ -9,3 +9,5 @@ package-lock.json
9
9
# coverage data
10
10
coverage /
11
11
.nyc_output /
12
+
13
+ .npmignore
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 40
40
"falafel" : " ^2.2.5" ,
41
41
"js-yaml" : " ^3.14.0" ,
42
42
"npm-run-posix-or-windows" : " ^2.0.2" ,
43
+ "npmignore" : " ^0.3.0" ,
43
44
"safe-publish-latest" : " ^2.0.0" ,
44
45
"tap" : " ^8.0.1" ,
45
46
"tap-parser" : " ^3.0.5"
46
47
},
47
48
"scripts" : {
49
+ "prepack" : " npmignore --auto --commentLines=autogenerated" ,
48
50
"prepublishOnly" : " safe-publish-latest" ,
49
51
"prepublish" : " !(type not-in-publish) || not-in-publish || npm run prepublishOnly" ,
50
52
"prelint:files" : " git ls-files 2>/dev/null | xargs find 2> /dev/null | grep -vE 'node_modules|\\ .git' || echo '*.md *.js test/*.js'" ,
86
88
"funding" : {
87
89
"url" : " https://github.com/sponsors/ljharb"
88
90
},
89
- "license" : " MIT"
91
+ "license" : " MIT" ,
92
+ "publishConfig" : {
93
+ "ignore" : [
94
+ " .github/workflows"
95
+ ]
96
+ }
90
97
}
You can’t perform that action at this time.
0 commit comments