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 8
8
"url" : " git+https://github.com/zloirock/core-js.git" ,
9
9
"directory" : " packages/core-js-builder"
10
10
},
11
+ "bugs" : {
12
+ "url" : " https://github.com/zloirock/core-js/issues"
13
+ },
11
14
"funding" : {
12
15
"type" : " opencollective" ,
13
16
"url" : " https://opencollective.com/core-js"
Original file line number Diff line number Diff line change 56
56
"url" : " git+https://github.com/zloirock/core-js.git" ,
57
57
"directory" : " packages/core-js-bundle"
58
58
},
59
+ "bugs" : {
60
+ "url" : " https://github.com/zloirock/core-js/issues"
61
+ },
59
62
"funding" : {
60
63
"type" : " opencollective" ,
61
64
"url" : " https://opencollective.com/core-js"
Original file line number Diff line number Diff line change 8
8
"url" : " git+https://github.com/zloirock/core-js.git" ,
9
9
"directory" : " packages/core-js-compat"
10
10
},
11
+ "bugs" : {
12
+ "url" : " https://github.com/zloirock/core-js/issues"
13
+ },
11
14
"funding" : {
12
15
"type" : " opencollective" ,
13
16
"url" : " https://opencollective.com/core-js"
Original file line number Diff line number Diff line change 56
56
"url" : " git+https://github.com/zloirock/core-js.git" ,
57
57
"directory" : " packages/core-js-pure"
58
58
},
59
+ "bugs" : {
60
+ "url" : " https://github.com/zloirock/core-js/issues"
61
+ },
59
62
"funding" : {
60
63
"type" : " opencollective" ,
61
64
"url" : " https://opencollective.com/core-js"
Original file line number Diff line number Diff line change 56
56
"url" : " git+https://github.com/zloirock/core-js.git" ,
57
57
"directory" : " packages/core-js"
58
58
},
59
+ "bugs" : {
60
+ "url" : " https://github.com/zloirock/core-js/issues"
61
+ },
59
62
"funding" : {
60
63
"type" : " opencollective" ,
61
64
"url" : " https://opencollective.com/core-js"
Original file line number Diff line number Diff line change @@ -2120,6 +2120,8 @@ const packagesPackageJSON = {
2120
2120
'package-json/repository-shorthand' : [ ERROR , { form : 'object' } ] ,
2121
2121
// requires the `author` property to be present
2122
2122
'package-json/require-author' : ERROR ,
2123
+ // requires the `bugs`` property to be present
2124
+ 'package-json/require-bugs' : ERROR ,
2123
2125
// requires the `description` property to be present
2124
2126
'package-json/require-description' : ERROR ,
2125
2127
// requires the `engines` property to be present
You can’t perform that action at this time.
0 commit comments