Skip to content

Commit 50464d7

Browse files
committed
[meta] add exports
This is theoretically non-breaking, because v4.1.0 only had one JS file, the main
1 parent 4a2d873 commit 50464d7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
},
88
"license": "MIT",
99
"main": "index.js",
10+
"exports": {
11+
".": "./index.js",
12+
"./package.json": "./package.json"
13+
},
1014
"sideEffects": false,
1115
"repository": {
1216
"type": "git",

0 commit comments

Comments
 (0)