Skip to content

Commit

Permalink
fix(@formatjs/ts-transformer): set ts-jest dep as optional, fix #2299
Browse files Browse the repository at this point in the history
  • Loading branch information
longlho committed Nov 9, 2020
1 parent 701e710 commit 07b6ae8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/ts-transformer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@
"peerDependencies": {
"ts-jest": "^26.4.0"
},
"peerDependenciesMeta": {
"ts-jest": {
"optional": true
}
},
"author": "Long Ho <holevietlong@gmail.com>",
"license": "MIT",
"bugs": {
Expand Down

0 comments on commit 07b6ae8

Please sign in to comment.