We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17d4ea5 commit 6e0dcecCopy full SHA for 6e0dcec
1 file changed
package.json
@@ -25,7 +25,8 @@
25
"types": "./dist/index.d.ts",
26
"import": "./dist/index.js",
27
"require": "./dist/index.cjs"
28
- }
+ },
29
+ "./package.json": "./package.json"
30
},
31
"main": "./dist/index.cjs",
32
"module": "./dist/index.js",
0 commit comments