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.
1 parent d0c3ba2 commit 9bca04aCopy full SHA for 9bca04a
index.mjs
@@ -0,0 +1 @@
1
+export * from './lib/index.js'
package.json
@@ -62,7 +62,16 @@
62
"engines": {
63
"node": ">= 12"
64
},
65
+ "exports": {
66
+ ".": {
67
+ "import": "./index.mjs",
68
+ "require": "./lib/index.js"
69
+ },
70
+ "./lib/*": "./lib/*",
71
+ "./package.json": "./package.json"
72
73
"files": [
74
+ "index.mjs",
75
"bin/*.js",
76
"dist/*.d.ts",
77
"lib/**/*.js"
0 commit comments