Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jpfisher72 committed Oct 8, 2024
1 parent 23e4d14 commit a9f3884
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"exports": {
".": {
"import": "./dist/ui.es.js",
"export": "./dist/ui.umd.js"
"require": "./dist/ui.umd.js",
"types": "./dist/index.d.ts"
}
},
"scripts": {
Expand All @@ -22,8 +23,6 @@
"files": [
"dist"
],
"main": "dist/index.js",
"module": "dist/psychscreen-ui-components.esm.js",
"dependencies": {
"cytoscape": "^3.30.2",
"cytoscape-cose-bilkent": "^4.1.0",
Expand Down

0 comments on commit a9f3884

Please sign in to comment.