File tree 2 files changed +9
-0
lines changed 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -23,3 +23,5 @@ yarn.lock
23
23
24
24
coverage /
25
25
.nyc_output /
26
+
27
+ .npmignore
Original file line number Diff line number Diff line change 4
4
"description" : " Determine if a function is an ES6 arrow function or not." ,
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" ,
46
47
"make-arrow-function" : " ^1.2.0" ,
47
48
"make-async-function" : " ^1.0.0" ,
48
49
"make-generator-function" : " ^2.0.0" ,
50
+ "npmignore" : " ^0.3.0" ,
49
51
"nyc" : " ^10.3.2" ,
50
52
"safe-publish-latest" : " ^2.0.0" ,
51
53
"tape" : " ^5.6.1"
70
72
},
71
73
"engines" : {
72
74
"node" : " >= 0.4"
75
+ },
76
+ "publishConfig" : {
77
+ "ignore" : [
78
+ " .github/workflows"
79
+ ]
73
80
}
74
81
}
You can’t perform that action at this time.
0 commit comments