Skip to content

Commit 9fb567a

Browse files
authored
revert addition of package.json "exports" because it is a breaking change and requires more thought (#1027)
1 parent 6fc4298 commit 9fb567a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33
"version": "8.10.0",
44
"description": "TypeScript execution environment and REPL for node.js, with source map support",
55
"main": "dist/index.js",
6-
"exports": {
7-
".": "./dist/index.js",
8-
"./esm": "./esm.mjs"
9-
},
106
"types": "dist/index.d.ts",
117
"bin": {
128
"ts-node": "dist/bin.js",

0 commit comments

Comments
 (0)