Skip to content

Commit

Permalink
revert addition of package.json "exports" because it is a breaking ch…
Browse files Browse the repository at this point in the history
…ange and requires more thought (#1027)
  • Loading branch information
cspotcode committed May 3, 2020
1 parent 6fc4298 commit 9fb567a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions package.json
Expand Up @@ -3,10 +3,6 @@
"version": "8.10.0",
"description": "TypeScript execution environment and REPL for node.js, with source map support",
"main": "dist/index.js",
"exports": {
".": "./dist/index.js",
"./esm": "./esm.mjs"
},
"types": "dist/index.d.ts",
"bin": {
"ts-node": "dist/bin.js",
Expand Down

0 comments on commit 9fb567a

Please sign in to comment.