Skip to content

Commit 25621b9

Browse files
committed
Remove ./package from the package exports field.
1 parent 1dcf389 commit 25621b9

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
- Updated Node.js support to `^12.22.0 || ^14.17.0 || >= 16.0.0`.
88
- Updated dev dependencies, some of which require newer Node.js versions than previously supported.
9+
- Removed `./package` from the package `exports` field; the full `package.json` filename must be used in a `require` path.
910

1011
### Patch
1112

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
"require": "./public/index.js"
3939
},
4040
"./public/*": "./public/*",
41-
"./package": "./package.json",
4241
"./package.json": "./package.json"
4342
},
4443
"engines": {

0 commit comments

Comments
 (0)