Skip to content

Commit f44c7e0

Browse files
authored
Update package.json by adding the repo, bug, and homepage field. (#28)
1 parent cbd1fec commit f44c7e0

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

package.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "instantsearch-itemsjs-adapter",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "An adapter to use ItemsJs based client-side search with an Algolia Instantsearch front-end.",
55
"main": "./lib/adapter",
66
"directories": {
@@ -46,6 +46,14 @@
4646
],
4747
"author": "Unplatform",
4848
"license": "MIT",
49+
"repository": {
50+
"type": "git",
51+
"url": "https://github.com/unplatform-io/instantsearch-itemsjs-adapter.git"
52+
},
53+
"bugs": {
54+
"url": "https://github.com/unplatform-io/instantsearch-itemsjs-adapter/issues"
55+
},
56+
"homepage": "https://github.com/unplatform-io/instantsearch-itemsjs-adapter#readme",
4957
"volta": {
5058
"node": "14.18.1",
5159
"npm": "7.24.2"

0 commit comments

Comments
 (0)