Skip to content

Commit

Permalink
fix failure to resolve entry for package "d3-graphviz"
Browse files Browse the repository at this point in the history
This was a temporary solution while porting the test cases to ESM
introduced in 04af0ab instead of
removing it in abc5c51. Once the
porting was done, the "main" entry should have been removed.

Fixes #263.
  • Loading branch information
magjac committed Dec 27, 2022
1 parent e693852 commit 024c47b
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 024c47b

Please sign in to comment.