Skip to content
This repository has been archived by the owner on Feb 28, 2022. It is now read-only.

Commit

Permalink
🐛 Fix: Resolves invalid peerDependencies specification
Browse files Browse the repository at this point in the history
  • Loading branch information
justrhysism committed Mar 22, 2019
1 parent 8365b14 commit 4eb2a94
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 @@ -72,7 +72,7 @@
"vue-class-component": "^6.1.0"
},
"peerDependencies": {
"typescript": "~2.0.0 <4",
"typescript": ">= 2 < 4",
"vue": "^2.5.0"
},
"repository": "git+https://github.com/justrhysism/vue-mixin-decorator.git",
Expand Down

0 comments on commit 4eb2a94

Please sign in to comment.