Skip to content

Commit 2c1534e

Browse files
authored
Merge pull request #525 from MrSnoozles/patch-1
Add package.json to exports
2 parents 0275932 + 264c3d6 commit 2c1534e

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)