File tree 3 files changed +13
-13
lines changed
3 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -8,3 +8,5 @@ npm-shrinkwrap.json
8
8
package-lock.json
9
9
yarn-error.log
10
10
yarn.lock
11
+
12
+ .npmignore
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 17
17
},
18
18
"main" : " lib/index.js" ,
19
19
"scripts" : {
20
+ "prepack" : " npmignore --auto --commentLines=autogenerated" ,
20
21
"build" : " rimraf lib && babel src --out-dir lib --copy-files" ,
21
22
"create" : " node ./scripts/create-rule" ,
22
23
"flow" : " flow" ,
56
57
"jscodeshift" : " ^0.7.1" ,
57
58
"markdown-magic" : " ^2.6.1" ,
58
59
"minimist" : " ^1.2.6" ,
60
+ "npmignore" : " ^0.3.0" ,
59
61
"object.assign" : " ^4.1.2" ,
60
62
"rimraf" : " ^3.0.2" ,
61
63
"safe-publish-latest" : " ^2.0.0" ,
98
100
],
99
101
"testEnvironment" : " node"
100
102
},
101
- "greenkeeper " : {
103
+ "publishConfig " : {
102
104
"ignore" : [
103
- " jest" ,
104
- " babel-jest"
105
+ " !lib" ,
106
+ " .github/workflows" ,
107
+ " .flowconfig" ,
108
+ " /src" ,
109
+ " /reports" ,
110
+ " /flow" ,
111
+ " scripts/" ,
112
+ " CONTRIBUTING.md"
105
113
]
106
114
}
107
115
}
You can’t perform that action at this time.
0 commit comments