File tree Expand file tree Collapse file tree 3 files changed +10
-15
lines changed Expand file tree Collapse file tree 3 files changed +10
-15
lines changed Original file line number Diff line number Diff line change @@ -9,3 +9,5 @@ yarn.lock
9
9
# Coverage
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 17
17
"has-tostringtag" : " ^1.0.0" ,
18
18
"make-arrow-function" : " ^1.2.0" ,
19
19
"mock-property" : " ^1.0.0" ,
20
+ "npmignore" : " ^0.3.0" ,
20
21
"nyc" : " ^10.3.2" ,
21
22
"safe-publish-latest" : " ^2.0.0" ,
22
23
"string.prototype.repeat" : " ^1.0.0" ,
23
24
"tape" : " ^5.5.3"
24
25
},
25
26
"scripts" : {
27
+ "prepack" : " npmignore --auto --commentLines=autogenerated" ,
26
28
"prepublish" : " not-in-publish || npm run prepublishOnly" ,
27
29
"prepublishOnly" : " safe-publish-latest" ,
28
30
"pretest" : " npm run lint" ,
81
83
"commitLimit" : false ,
82
84
"backfillLimit" : false ,
83
85
"hideCredit" : true
86
+ },
87
+ "publishConfig" : {
88
+ "ignore" : [
89
+ " .github/workflows" ,
90
+ " ./test-core-js.js"
91
+ ]
84
92
}
85
93
}
You can’t perform that action at this time.
0 commit comments