Skip to content

Commit

Permalink
build(components): fix main file path and add missing dependencies
Browse files Browse the repository at this point in the history
gs
  • Loading branch information
shlokamin committed May 14, 2024
1 parent 1dede8b commit 6a22bf2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"source": "src/index.ts",
"types": "lib/index.d.ts",
"style": "src/index.module.css",
"main": "lib/opentrons-components.js",
"main": "lib/index.mjs",
"module": "src/index.ts",
"repository": {
"type": "git",
Expand Down Expand Up @@ -35,8 +35,10 @@
"classnames": "2.2.5",
"interactjs": "^1.10.17",
"lodash": "4.17.21",
"react-i18next": "13.5.0",
"react-popper": "1.0.0",
"react-remove-scroll": "2.4.3",
"react-router-dom": "5.3.4",
"react-select": "5.4.0",
"redux": "4.0.5",
"styled-components": "5.3.6"
Expand Down

0 comments on commit 6a22bf2

Please sign in to comment.