Skip to content

Commit

Permalink
add require for cytoscape.umd.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mikekucera committed Apr 25, 2024
1 parent 3f9444e commit 3af3d5c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@
"import": "./dist/cytoscape.esm.min.mjs"
},
"./dist/cytoscape.umd.js": {
"import": "./dist/cytoscape.umd.js"
"import": "./dist/cytoscape.umd.js",
"require": "./dist/cytoscape.umd.js"
},
"./dist/*": {
"import": "./dist/*.js",
Expand Down

0 comments on commit 3af3d5c

Please sign in to comment.