Skip to content

Commit

Permalink
fix: Fix ts-poet typo in package.json. (#589)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenh committed Jun 3, 2022
1 parent 74f05b8 commit 5211347
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"dataloader": "^1.4.0",
"object-hash": "^1.3.1",
"protobufjs": "^6.11.3",
"ts-poet": "^t 4.11.0",
"ts-poet": "^4.11.0",
"ts-proto-descriptors": "1.6.0"
}
}
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6392,7 +6392,7 @@ ts-node@^9.1.1:
source-map-support "^0.5.17"
yn "3.1.1"

"ts-poet@^t 4.11.0":
ts-poet@^4.11.0:
version "4.11.0"
resolved "https://registry.yarnpkg.com/ts-poet/-/ts-poet-4.11.0.tgz#5566f499ec767920cc18b977624f084c52e8734a"
integrity sha512-OaXnCKsRs0yrc0O7LFhnq/US2DB4Wd313cS+qjG2XMksZ74pF/jvMHkJdURXJiAo4kSahL2N4e8JOdwUjOMNdw==
Expand Down

0 comments on commit 5211347

Please sign in to comment.