Skip to content

Commit 4ec9338

Browse files
committed
⏪ Readd main/module/types
1 parent 502f4ee commit 4ec9338

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

packages/tasks/package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,9 @@
5252
"exports": {
5353
"./package.json": "./package.json",
5454
".": "./src/index.ts"
55-
},
56-
"module": false,
57-
"main": false
58-
}
55+
}
56+
},
57+
"main": "./dist/commonjs/index.js",
58+
"types": "./dist/commonjs/index.d.ts",
59+
"module": "./dist/esm/index.js"
5960
}

0 commit comments

Comments
 (0)