Skip to content

Commit

Permalink
bring back main field in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mhkeller committed Mar 17, 2023
1 parent c629002 commit 639f739
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
11 changes: 10 additions & 1 deletion CHANGELOG.md
@@ -1,6 +1,15 @@
Changelog
===

# 7.3.4

> 2023-03-17
Bring back the `"main": "./dist/index.js",` field in `package.json` for legacy build systems.

* [4fe0f3b5e3bc4660107f682f2d0884efa43edb6f](https://github.com/mhkeller/layercake/commit/4fe0f3b5e3bc4660107f682f2d0884efa43edb6f)


# 7.3.3

> 2023-03-17
Expand All @@ -21,7 +30,7 @@ Cut down on dependencies by using d3-color for contrast detection

> 2023-03-16
Adds the `debug-mode` prop.
Adds the `debug-mode` prop. Note: 7.3.0 was skipped because of an npm error.

* [PR #12](https://github.com/mhkeller/layercake/pull/112)

Expand Down
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -73,6 +73,7 @@
"d3-scale": "^4.0.2",
"d3-shape": "^3.2.0"
},
"main": "./dist/index.js",
"exports": {
".": {
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 639f739

Please sign in to comment.