Skip to content

Commit 9ca6d05

Browse files
Merge pull request #2316 from XananasX7/fix/add-npm-bugs-metadata
chore: add npm bugs metadata to all published packages
2 parents 750c93e + d705cfa commit 9ca6d05

5 files changed

Lines changed: 20 additions & 0 deletions

File tree

packages/maps-native/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,8 @@
5454
"native-base": "^2.4.2",
5555
"prop-types": "^15.6.1"
5656
}
57+
,
58+
"bugs": {
59+
"url": "https://github.com/appbaseio/reactivesearch/issues"
60+
}
5761
}

packages/maps/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,8 @@
5757
"react-dom": "^18.2.0",
5858
"webpack": "^4.18.0"
5959
}
60+
,
61+
"bugs": {
62+
"url": "https://github.com/appbaseio/reactivesearch/issues"
63+
}
6064
}

packages/native/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,8 @@
5858
"react-native-calendars": "^1.18.2",
5959
"react-redux": "^5.0.7"
6060
}
61+
,
62+
"bugs": {
63+
"url": "https://github.com/appbaseio/reactivesearch/issues"
64+
}
6165
}

packages/vue/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,8 @@
9494
"typescript": "^5.0.0",
9595
"vue-eslint-parser": "^3.2.2"
9696
}
97+
,
98+
"bugs": {
99+
"url": "https://github.com/appbaseio/reactivesearch/issues"
100+
}
97101
}

packages/web/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,4 +98,8 @@
9898
"resolutions": {
9999
"@types/react": "16.3.7"
100100
}
101+
,
102+
"bugs": {
103+
"url": "https://github.com/appbaseio/reactivesearch/issues"
104+
}
101105
}

0 commit comments

Comments
 (0)