Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kshreve committed Jan 25, 2024
1 parent b93dbde commit 52f95b8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
.DS_Store
node_modules
dist
.idea
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,12 @@
},
"name": "sanity-algolia",
"author": "Rune Botten",
"type": "module",
"module": "dist/sanity-algolia.esm.js",
"exports": {
"import": "./dist/sanity-algolia.esm.js",
"require": "./dist/sanity-algolia.cjs.js"
},
"devDependencies": {
"@types/jest": "^26.0.14",
"@types/stopword": "^0.3.0",
Expand All @@ -38,4 +43,4 @@
"algoliasearch": "^4.5.1",
"stopword": "^1.0.3"
}
}
}

0 comments on commit 52f95b8

Please sign in to comment.