Skip to content

Commit 264c3d6

Browse files
authored
Add package.json to exports
1 parent 0275932 commit 264c3d6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"main": "lib/main.js",
66
"exports": {
77
".": "./lib/main.js",
8-
"./config": "./config.js"
8+
"./config": "./config.js",
9+
"./package.json": "./package.json"
910
},
1011
"types": "types/index.d.ts",
1112
"scripts": {

0 commit comments

Comments
 (0)