Skip to content

Commit

Permalink
fix: revert exports field to support all node versions (#2658)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnpnl committed Jun 3, 2021
1 parent 4dfe5d3 commit 132c8ba
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions package.json
Expand Up @@ -3,14 +3,6 @@
"version": "27.0.2",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": "./dist/index.js",
"./dist/*": "./dist/*.js",
"./jest-preset": "./jest-preset.js",
"./presets": "./presets/index.js",
"./utils": "./utils/index.js",
"./package.json": "./package.json"
},
"bin": {
"ts-jest": "cli.js"
},
Expand Down

0 comments on commit 132c8ba

Please sign in to comment.