Skip to content

Commit 9b15c20

Browse files
committed
fix: add main and module to package.json
1 parent bbb1446 commit 9b15c20

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
"version": "0.0.0-development",
44
"description": "parse a file in a foreign directory with babel, using ambient babel config",
55
"sideEffects": false,
6+
"main": "./index.cjs",
7+
"module": "./index.mjs",
68
"exports": {
79
"./package.json": "./package.json",
810
".": {

0 commit comments

Comments
 (0)