Skip to content

Commit

Permalink
Update package.json by adding the repo, bug, and homepage field. (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruitjes authored Dec 2, 2021
1 parent cbd1fec commit f44c7e0
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "instantsearch-itemsjs-adapter",
"version": "1.0.2",
"version": "1.0.3",
"description": "An adapter to use ItemsJs based client-side search with an Algolia Instantsearch front-end.",
"main": "./lib/adapter",
"directories": {
Expand Down Expand Up @@ -46,6 +46,14 @@
],
"author": "Unplatform",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/unplatform-io/instantsearch-itemsjs-adapter.git"
},
"bugs": {
"url": "https://github.com/unplatform-io/instantsearch-itemsjs-adapter/issues"
},
"homepage": "https://github.com/unplatform-io/instantsearch-itemsjs-adapter#readme",
"volta": {
"node": "14.18.1",
"npm": "7.24.2"
Expand Down

0 comments on commit f44c7e0

Please sign in to comment.