Skip to content

Commit

Permalink
Merge pull request #265 from magjac/fix-main-module-exports-in-packag…
Browse files Browse the repository at this point in the history
…e-json

fix failure to resolve entry for package "d3-graphviz"
  • Loading branch information
magjac authored Dec 27, 2022
2 parents e693852 + 024c47b commit 2df0d3a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Fixed
* Failed to resolve entry for package "d3-graphviz" #263

## [5.0.0] – 2022-12-26

**Note:** This release contains breaking changes compared to version 4.5.0.
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"Viz.js"
],
"license": "BSD-3-Clause",
"main": "build/d3-graphviz.cjs",
"type": "module",
"exports": "./src/index.js",
"jsnext:main": "index",
Expand Down

0 comments on commit 2df0d3a

Please sign in to comment.