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 9ec18d7 commit 664465fCopy full SHA for 664465f
package.json
@@ -14,9 +14,12 @@
14
"main": "lib/index.cjs",
15
"module": "lib/index.es2015.mjs",
16
"exports": {
17
- "require": "./lib/index.cjs",
18
- "import": "./lib/index.es2015.mjs",
19
- "types": "./lib/index.d.ts"
+ ".": {
+ "require": "./lib/index.cjs",
+ "import": "./lib/index.es2015.mjs",
20
+ "types": "./lib/index.d.ts"
21
+ },
22
+ "./package.json": "./package.json"
23
},
24
"es2015": "lib/index.es2015.mjs",
25
"types": "lib/index.d.ts",
0 commit comments