File tree Expand file tree Collapse file tree 3 files changed +9
-111
lines changed Expand file tree Collapse file tree 3 files changed +9
-111
lines changed Original file line number Diff line number Diff line change 107107npm-shrinkwrap.json
108108package-lock.json
109109yarn.lock
110+
111+ .npmignore
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 44 "description" : " Determine if a function is a native async function." ,
55 "main" : " index.js" ,
66 "scripts" : {
7+ "prepack" : " npmignore --auto --commentLines=autogenerated" ,
78 "prepublishOnly" : " safe-publish-latest" ,
89 "prepublish" : " not-in-publish || npm run prepublishOnly" ,
910 "pretest" : " npm run lint" ,
4950 "in-publish" : " ^2.0.1" ,
5051 "make-async-function" : " ^1.0.0" ,
5152 "make-generator-function" : " ^2.0.0" ,
53+ "npmignore" : " ^0.3.0" ,
5254 "nyc" : " ^10.3.2" ,
5355 "safe-publish-latest" : " ^2.0.0" ,
5456 "tape" : " ^5.6.1" ,
8284 "commitLimit" : false ,
8385 "backfillLimit" : false ,
8486 "hideCredit" : true
87+ },
88+ "publishConfig" : {
89+ "ignore" : [
90+ " .github/workflows"
91+ ]
8592 }
8693}
You can’t perform that action at this time.
0 commit comments