File tree Expand file tree Collapse file tree 6 files changed +17
-0
lines changed Expand file tree Collapse file tree 6 files changed +17
-0
lines changed Original file line number Diff line number Diff line change 88 "url" : " git+https://github.com/zloirock/core-js.git" ,
99 "directory" : " packages/core-js-builder"
1010 },
11+ "bugs" : {
12+ "url" : " https://github.com/zloirock/core-js/issues"
13+ },
1114 "funding" : {
1215 "type" : " opencollective" ,
1316 "url" : " https://opencollective.com/core-js"
Original file line number Diff line number Diff line change 5656 "url" : " git+https://github.com/zloirock/core-js.git" ,
5757 "directory" : " packages/core-js-bundle"
5858 },
59+ "bugs" : {
60+ "url" : " https://github.com/zloirock/core-js/issues"
61+ },
5962 "funding" : {
6063 "type" : " opencollective" ,
6164 "url" : " https://opencollective.com/core-js"
Original file line number Diff line number Diff line change 88 "url" : " git+https://github.com/zloirock/core-js.git" ,
99 "directory" : " packages/core-js-compat"
1010 },
11+ "bugs" : {
12+ "url" : " https://github.com/zloirock/core-js/issues"
13+ },
1114 "funding" : {
1215 "type" : " opencollective" ,
1316 "url" : " https://opencollective.com/core-js"
Original file line number Diff line number Diff line change 5656 "url" : " git+https://github.com/zloirock/core-js.git" ,
5757 "directory" : " packages/core-js-pure"
5858 },
59+ "bugs" : {
60+ "url" : " https://github.com/zloirock/core-js/issues"
61+ },
5962 "funding" : {
6063 "type" : " opencollective" ,
6164 "url" : " https://opencollective.com/core-js"
Original file line number Diff line number Diff line change 5656 "url" : " git+https://github.com/zloirock/core-js.git" ,
5757 "directory" : " packages/core-js"
5858 },
59+ "bugs" : {
60+ "url" : " https://github.com/zloirock/core-js/issues"
61+ },
5962 "funding" : {
6063 "type" : " opencollective" ,
6164 "url" : " https://opencollective.com/core-js"
Original file line number Diff line number Diff line change @@ -2120,6 +2120,8 @@ const packagesPackageJSON = {
21202120 'package-json/repository-shorthand' : [ ERROR , { form : 'object' } ] ,
21212121 // requires the `author` property to be present
21222122 'package-json/require-author' : ERROR ,
2123+ // requires the `bugs`` property to be present
2124+ 'package-json/require-bugs' : ERROR ,
21232125 // requires the `description` property to be present
21242126 'package-json/require-description' : ERROR ,
21252127 // requires the `engines` property to be present
You can’t perform that action at this time.
0 commit comments