Skip to content

Commit 1338996

Browse files
authoredMay 25, 2021
Restore main field in package.json (#342)
1 parent 25929d7 commit 1338996

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
@@ -11,6 +11,7 @@
1111
"url": "https://sindresorhus.com"
1212
},
1313
"type": "module",
14+
"main": "./distribution/index.js",
1415
"exports": "./distribution/index.js",
1516
"types": "./distribution/index.d.ts",
1617
"engines": {

0 commit comments

Comments
 (0)
Please sign in to comment.