Skip to content

Commit f96f64d

Browse files
Merge pull request #2317 from nkar123412-hub/fix/bugs-metadata
docs: add bugs metadata to reactivesearch packages
2 parents bc1bc83 + 9142104 commit f96f64d

3 files changed

Lines changed: 9 additions & 0 deletions

File tree

packages/native/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
},
1313
"author": "Appbase Inc. <info@appbase.io> (https://github.com/appbaseio)",
1414
"license": "Apache-2.0",
15+
"bugs": {
16+
"url": "https://github.com/appbaseio/reactivesearch/issues"
17+
},
1518
"homepage": "https://github.com/appbaseio/reactivesearch",
1619
"keywords": [
1720
"appbaseio",

packages/vue/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
},
1818
"author": "Kuldeep Saxena <kuldepsaxena155@gmail.com>",
1919
"license": "Apache-2.0",
20+
"bugs": {
21+
"url": "https://github.com/appbaseio/reactivesearch/issues"
22+
},
2023
"scripts": {
2124
"watch": "nps watch",
2225
"serve": "vue-cli-service serve",

packages/web/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@
3737
},
3838
"author": "metagrover",
3939
"license": "Apache-2.0",
40+
"bugs": {
41+
"url": "https://github.com/appbaseio/reactivesearch/issues"
42+
},
4043
"dependencies": {
4144
"@appbaseio/analytics": "^1.2.0-alpha.1",
4245
"@appbaseio/reactivecore": "10.4.0",

0 commit comments

Comments
 (0)