Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
fix: support resolving node10 (close #12)
Browse files Browse the repository at this point in the history
  • Loading branch information
zanminkian committed Apr 23, 2023
1 parent 3a7a06e commit b38b012
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/honest-badgers-push.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@zanminkian/powerful-jest": patch
---

fix: support resolving node10 (close #12)
2 changes: 1 addition & 1 deletion packages/powerful-jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
"ts-jest"
],
"exports": {
"types": "./src/index.d.ts",
"require": "./src/index.cjs",
"default": "./src/index.js"
},
"types": "./src/index.d.ts",
"bin": {
"jest": "./bin/jest.js"
},
Expand Down

0 comments on commit b38b012

Please sign in to comment.