Skip to content

Commit

Permalink
Make lib ESM compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
mkilpatrick committed Aug 10, 2023
1 parent daf9591 commit 98dda80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
File renamed without changes.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"license": "BSD-3-Clause",
"main": "./lib/esm/index.js",
"types": "./lib/esm/index.d.ts",
"type": "module",
"keywords": [
"search",
"nlp",
Expand Down Expand Up @@ -39,7 +40,7 @@
"generate-docs": "api-documenter markdown --input-folder temp --output-folder docs && rm -rf temp",
"generate-notices": "generate-license-file --input package.json --output ./THIRD-PARTY-NOTICES --overwrite",
"prepublishOnly": "npm run build",
"storybook": "start-storybook -p 6006",
"storybook": "NODE_OPTIONS=--openssl-legacy-provider start-storybook -p 6006",
"build-storybook": "build-storybook",
"wcag": "test-storybook",
"test:unit": "jest",
Expand Down

0 comments on commit 98dda80

Please sign in to comment.