File tree 3 files changed +10
-38
lines changed
3 files changed +10
-38
lines changed Original file line number Diff line number Diff line change @@ -32,3 +32,5 @@ node_modules
32
32
npm-shrinkwrap.json
33
33
package-lock.json
34
34
yarn.lock
35
+
36
+ .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" ,
43
44
"in-publish" : " ^2.0.1" ,
44
45
"indexof" : " ^0.0.1" ,
45
46
"is" : " ^3.3.0" ,
47
+ "npmignore" : " ^0.3.0" ,
46
48
"nyc" : " ^10.3.2" ,
47
49
"safe-publish-latest" : " ^2.0.0" ,
48
50
"tape" : " ^5.6.1"
75
77
"commitLimit" : false ,
76
78
"backfillLimit" : false ,
77
79
"hideCredit" : true
80
+ },
81
+ "publishConfig" : {
82
+ "ignore" : [
83
+ " .github/workflows" ,
84
+ " test-corejs.js"
85
+ ]
78
86
}
79
87
}
You can’t perform that action at this time.
0 commit comments