Skip to content

Commit

Permalink
Merge pull request #3241 from jan-molak/fix/umd-3239
Browse files Browse the repository at this point in the history
fix(umd): exported cytoscape.umd, closes #3239
  • Loading branch information
mikekucera committed Apr 25, 2024
2 parents a6d159a + 01717ec commit 3f9444e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@
"./dist/cytoscape.esm.min": {
"import": "./dist/cytoscape.esm.min.mjs"
},
"./dist/cytoscape.umd.js": {
"import": "./dist/cytoscape.umd.js"
},
"./dist/*": {
"import": "./dist/*.js",
"require": "./dist/*.js"
Expand Down

0 comments on commit 3f9444e

Please sign in to comment.