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 @@ -64,3 +64,5 @@ typings/
64
64
npm-shrinkwrap.json
65
65
package-lock.json
66
66
yarn.lock
67
+
68
+ .npmignore
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
"prepublishOnly" : " safe-publish-latest" ,
13
14
"prepublish" : " not-in-publish || npm run prepublishOnly" ,
14
15
"lint" : " eslint --ext=js,mjs ." ,
47
48
"eslint" : " =8.8.0" ,
48
49
"for-each" : " ^0.3.3" ,
49
50
"in-publish" : " ^2.0.1" ,
51
+ "npmignore" : " ^0.3.0" ,
50
52
"nyc" : " ^10.3.2" ,
51
53
"object-inspect" : " ^1.12.2" ,
52
54
"safe-publish-latest" : " ^2.0.0" ,
65
67
"commitLimit" : false ,
66
68
"backfillLimit" : false ,
67
69
"hideCredit" : true
70
+ },
71
+ "publishConfig" : {
72
+ "ignore" : [
73
+ " .github/workflows"
74
+ ]
68
75
}
69
76
}
You can’t perform that action at this time.
0 commit comments