Add package.json to exports map

pull/5660/head
Ben McCann 5 years ago
parent b135055c5c
commit 48cf5b530e

@ -19,6 +19,7 @@
"README.md" "README.md"
], ],
"exports": { "exports": {
"./package.json": "./package.json",
".": { ".": {
"import": "./index.mjs", "import": "./index.mjs",
"require": "./index.js" "require": "./index.js"

Loading…
Cancel
Save