Skip to content

Commit c1779a5

Browse files
authoredAug 18, 2023
Add main field to package.json
Closes GH-342. Reviewed-by: Titus Wormer <tituswormer@gmail.com>
1 parent 9ce3486 commit c1779a5

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
@@ -56,6 +56,7 @@
5656
"Daan <daan@devign.it>"
5757
],
5858
"type": "module",
59+
"main": "index.js",
5960
"sideEffects": false,
6061
"bin": "cli.js",
6162
"types": "index.d.ts",

0 commit comments

Comments
 (0)
Please sign in to comment.