File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -8,3 +8,5 @@ npm-debug.log
8
8
npm-shrinkwrap.json
9
9
package-lock.json
10
10
yarn.lock
11
+
12
+ .npmignore
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 4
4
"description" : " AST utility module for statically analyzing JSX" ,
5
5
"main" : " lib/index.js" ,
6
6
"scripts" : {
7
+ "prepack" : " npmignore --auto --commentLines=autogenerated" ,
7
8
"prebuild" : " rimraf lib" ,
8
9
"build" : " babel src --out-dir lib" ,
9
10
"prepublishOnly" : " safe-publish-latest && npm test && npm run build" ,
36
37
"in-publish" : " ^2.0.1" ,
37
38
"jest" : " ^20.0.4" ,
38
39
"jest-cli" : " ^20.0.4" ,
40
+ "npmignore" : " ^0.3.0" ,
39
41
"object.entries" : " ^1.1.5" ,
40
42
"object.fromentries" : " ^2.0.5" ,
41
43
"rimraf" : " ^2.7.1" ,
71
73
"dependencies" : {
72
74
"array-includes" : " ^3.1.5" ,
73
75
"object.assign" : " ^4.1.2"
76
+ },
77
+ "publishConfig" : {
78
+ "ignore" : [
79
+ " .github/workflows"
80
+ ]
74
81
}
75
82
}
You can’t perform that action at this time.
0 commit comments