Skip to content

Commit ab86a8a

Browse files
mtdvlprcaugner
andauthoredNov 29, 2022
Re-add package.json main field for TypeScript support (#981)
Co-authored-by: Claas Augner <495429+caugner@users.noreply.github.com>
1 parent 8e7793b commit ab86a8a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎package.json

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
"read-dir-files": "^0.1.1",
5252
"standard": "^17.0.0"
5353
},
54+
"main": "./lib/index.js",
5455
"exports": {
5556
".": "./lib/index.js",
5657
"./esm": "./lib/esm.mjs"

0 commit comments

Comments
 (0)
Please sign in to comment.