Skip to content

Commit

Permalink
fix: semver ranges for peer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanPiercey committed Jul 21, 2021
1 parent 2322cdf commit deddad6
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
Expand Up @@ -60,7 +60,7 @@
"jest-file-snapshot": "^0.3.7"
},
"peerDependencies": {
"@marko/testing-library": "^2.1.0",
"marko": "^3 || ^4 || ^5"
"@marko/testing-library": "2 - 5",
"marko": "3 - 5"
}
}

0 comments on commit deddad6

Please sign in to comment.