Skip to content

Commit

Permalink
fix: peer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Col0ring committed Sep 9, 2022
1 parent 4879a9f commit 4c52630
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "types-kit",
"version": "0.0.10",
"version": "0.0.11",
"private": false,
"description": "a types toolkit",
"keywords": [
Expand Down Expand Up @@ -42,6 +42,6 @@
"typescript": "^4.8.2"
},
"peerDependencies": {
"typescript": "^4.5.0"
"typescript": ">=4.5.0"
}
}

0 comments on commit 4c52630

Please sign in to comment.