Skip to content

Commit

Permalink
Merge pull request #240 from mhkeller/add-export
Browse files Browse the repository at this point in the history
Add default export to package.json
  • Loading branch information
mhkeller authored Oct 19, 2024
2 parents cc03cb8 + e1ab315 commit dfb6aee
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

# 9.0.0

> Not yet on npm
*Breaking changes*

* `extent` prop is deprecated https://github.com/mhkeller/layercake/issues/179
* Ordinal domain is not returned as sorted by default https://github.com/mhkeller/layercake/issues/147

*Other changes*

* https://github.com/mhkeller/layercake/pull/240 Adds a `default` export to package.json.

# 8.3.4

> 2024-06-23
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@
"exports": {
".": {
"types": "./dist/index.d.ts",
"svelte": "./dist/index.js"
"svelte": "./dist/index.js",
"default": "./dist/index.js"
}
},
"files": [
Expand Down

0 comments on commit dfb6aee

Please sign in to comment.