File tree Expand file tree Collapse file tree 2 files changed +17
-9
lines changed Expand file tree Collapse file tree 2 files changed +17
-9
lines changed Original file line number Diff line number Diff line change @@ -23,5 +23,8 @@ sftp-config.json
23
23
eslint-remote-tester-results
24
24
25
25
# Only apps should have lockfiles
26
- yarn.lock
26
+ npm-shrinkwrap≥json
27
27
package-lock.json
28
+ yarn.lock
29
+
30
+ .npmignore
Original file line number Diff line number Diff line change 5
5
"description" : " React specific linting rules for ESLint" ,
6
6
"main" : " index.js" ,
7
7
"scripts" : {
8
+ "prepack" : " npmignore --auto --commentLines=autogenerated" ,
8
9
"lint" : " eslint ." ,
9
10
"postlint" : " npm run type-check" ,
10
11
"pretest" : " npm run lint" ,
15
16
"generate-list-of-rules" : " md-magic --path README.md" ,
16
17
"generate-list-of-rules:check" : " npm run generate-list-of-rules && git diff --exit-code README.md"
17
18
},
18
- "files" : [
19
- " LICENSE" ,
20
- " README.md" ,
21
- " index.js" ,
22
- " lib"
23
- ],
24
19
"repository" : {
25
20
"type" : " git" ,
26
21
"url" : " https://github.com/jsx-eslint/eslint-plugin-react"
68
63
"ls-engines" : " ^0.6.6" ,
69
64
"markdown-magic" : " ^2.6.0" ,
70
65
"mocha" : " ^5.2.0" ,
66
+ "npmignore" : " ^0.3.0" ,
71
67
"sinon" : " ^7.5.0" ,
72
68
"typescript" : " ^3.9.9" ,
73
69
"typescript-eslint-parser" : " ^20.1.1"
85
81
" react"
86
82
],
87
83
"license" : " MIT" ,
88
- "greenkeeper " : {
84
+ "publishConfig " : {
89
85
"ignore" : [
90
- " semver"
86
+ " .github/" ,
87
+ " !lib" ,
88
+ " docs/" ,
89
+ " test/" ,
90
+ " tests/" ,
91
+ " *.md" ,
92
+ " *.config.js" ,
93
+ " .eslintrc" ,
94
+ " .editorconfig" ,
95
+ " tsconfig.json"
91
96
]
92
97
}
93
98
}
You can’t perform that action at this time.
0 commit comments