File tree 3 files changed +9
-111
lines changed
3 files changed +9
-111
lines changed Original file line number Diff line number Diff line change 107
107
npm-shrinkwrap.json
108
108
package-lock.json
109
109
yarn.lock
110
+
111
+ .npmignore
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 4
4
"description" : " Determine if a function is a native async function." ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
7
+ "prepack" : " npmignore --auto --commentLines=autogenerated" ,
7
8
"prepublishOnly" : " safe-publish-latest" ,
8
9
"prepublish" : " not-in-publish || npm run prepublishOnly" ,
9
10
"pretest" : " npm run lint" ,
49
50
"in-publish" : " ^2.0.1" ,
50
51
"make-async-function" : " ^1.0.0" ,
51
52
"make-generator-function" : " ^2.0.0" ,
53
+ "npmignore" : " ^0.3.0" ,
52
54
"nyc" : " ^10.3.2" ,
53
55
"safe-publish-latest" : " ^2.0.0" ,
54
56
"tape" : " ^5.6.1" ,
82
84
"commitLimit" : false ,
83
85
"backfillLimit" : false ,
84
86
"hideCredit" : true
87
+ },
88
+ "publishConfig" : {
89
+ "ignore" : [
90
+ " .github/workflows"
91
+ ]
85
92
}
86
93
}
You can’t perform that action at this time.
0 commit comments