We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d32e81c commit ccd6b90Copy full SHA for ccd6b90
CHANGELOG.md
@@ -6,10 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
9
+### Fixed
10
+* Failed to resolve entry for package "d3-graphviz" #263
11
+
12
## [5.0.1] – 2022-12-27
13
14
### Fixed
-* Failed to resolve entry for package "d3-graphviz" #263
15
+* Failed to resolve entry for package "d3-graphviz" (partial fix) #263
16
17
## [5.0.0] – 2022-12-26
18
package.json
@@ -14,7 +14,7 @@
],
"license": "BSD-3-Clause",
"type": "module",
- "exports": "./src/index.js",
+ "exports": "./index.js",
"jsnext:main": "index",
19
"homepage": "https://github.com/magjac/d3-graphviz",
20
"repository": {
0 commit comments