File tree 3 files changed +9
-110
lines changed
3 files changed +9
-110
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 9
9
"./package.json" : " ./package.json"
10
10
},
11
11
"scripts" : {
12
+ "prepack" : " npmignore --auto --commentLines=autogenerated" ,
12
13
"prepublish" : " not-in-publish || npm run prepublishOnly" ,
13
14
"prepublishOnly" : " safe-publish-latest" ,
14
15
"lint" : " eslint ." ,
49
50
"auto-changelog" : " ^2.4.0" ,
50
51
"eslint" : " =8.8.0" ,
51
52
"mock-property" : " ^1.0.0" ,
53
+ "npmignore" : " ^0.3.0" ,
52
54
"nyc" : " ^10.3.2" ,
53
55
"safe-publish-latest" : " ^2.0.0" ,
54
56
"semver" : " ^6.3.0" ,
61
63
"commitLimit" : false ,
62
64
"backfillLimit" : false ,
63
65
"hideCredit" : true
66
+ },
67
+ "publishConfig" : {
68
+ "ignore" : [
69
+ " .github"
70
+ ]
64
71
}
65
72
}
You can’t perform that action at this time.
0 commit comments