We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0275932 commit 264c3d6Copy full SHA for 264c3d6
package.json
@@ -5,7 +5,8 @@
5
"main": "lib/main.js",
6
"exports": {
7
".": "./lib/main.js",
8
- "./config": "./config.js"
+ "./config": "./config.js",
9
+ "./package.json": "./package.json"
10
},
11
"types": "types/index.d.ts",
12
"scripts": {
0 commit comments