Skip to content

Commit

Permalink
fix: wrong typescript peerDep
Browse files Browse the repository at this point in the history
  • Loading branch information
dbushong committed Nov 8, 2021
1 parent fff7934 commit 3bc4a85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"eslint-plugin-node": ">=11.0.0",
"eslint-plugin-prettier": ">=4.0.0",
"prettier": ">=2.0.0",
"typescript": ">4.4.4"
"typescript": ">=4.0.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.3.0",
Expand Down

0 comments on commit 3bc4a85

Please sign in to comment.