Skip to content

Commit ccd6b90

Browse files
committed
correct default export in package.json
Fixes #263.
1 parent d32e81c commit ccd6b90

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
### Fixed
10+
* Failed to resolve entry for package "d3-graphviz" #263
11+
912
## [5.0.1] – 2022-12-27
1013

1114
### Fixed
12-
* Failed to resolve entry for package "d3-graphviz" #263
15+
* Failed to resolve entry for package "d3-graphviz" (partial fix) #263
1316

1417
## [5.0.0] – 2022-12-26
1518

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
],
1515
"license": "BSD-3-Clause",
1616
"type": "module",
17-
"exports": "./src/index.js",
17+
"exports": "./index.js",
1818
"jsnext:main": "index",
1919
"homepage": "https://github.com/magjac/d3-graphviz",
2020
"repository": {

0 commit comments

Comments
 (0)