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.
./package
exports
1 parent 1dcf389 commit 25621b9Copy full SHA for 25621b9
changelog.md
@@ -6,6 +6,7 @@
6
7
- Updated Node.js support to `^12.22.0 || ^14.17.0 || >= 16.0.0`.
8
- 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.
10
11
### Patch
12
package.json
@@ -38,7 +38,6 @@
38
"require": "./public/index.js"
39
},
40
"./public/*": "./public/*",
41
- "./package": "./package.json",
42
"./package.json": "./package.json"
43
44
"engines": {
0 commit comments