Skip to content

Commit

Permalink
Merge pull request #12 from maranomynet/patch-1
Browse files Browse the repository at this point in the history
Allow `typescript@^4` as peerDependency
  • Loading branch information
gund committed Oct 12, 2020
2 parents eb173fd + be2f844 commit 7a0dcf6
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 @@ -30,7 +30,7 @@
},
"peerDependencies": {
"eslint": "^6.0.0 || ^7.0.0",
"typescript": "^3.7.5"
"typescript": "^3.7.5 || ^4.0.0"
},
"devDependencies": {
"@commitlint/cli": "^8.3.5",
Expand Down

0 comments on commit 7a0dcf6

Please sign in to comment.