Skip to content

Commit f6125fd

Browse files
authored
ASUPF-174: Package update (#25)
* package update * Update package.json Change to description * Update package.json
1 parent 1640592 commit f6125fd

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
module.exports = require("./lib/adapter");

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "instantsearch-itemsjs-adapter",
33
"version": "1.0.0",
4-
"description": "",
4+
"description": "An adapter to use ItemsJs based client-side search with an Algolia Instantsearch front-end.",
55
"main": "index.js",
66
"directories": {
77
"lib": "lib"
@@ -34,9 +34,9 @@
3434
"eslint:fix": "npm run eslint -- --fix",
3535
"build": "npx tsc"
3636
},
37-
"keywords": [],
38-
"author": "",
39-
"license": "ISC",
37+
"keywords": ["itemsjs", "instantsearch", "site-search", "client-side", "typescript"],
38+
"author": "Unplatform",
39+
"license": "MIT",
4040
"volta": {
4141
"node": "14.18.1",
4242
"npm": "7.24.2"

0 commit comments

Comments
 (0)