Skip to content

Commit

Permalink
specify peer's compiler version range (rescript-lang#133)
Browse files Browse the repository at this point in the history
* specify peer's compiler version range

* fix version range
  • Loading branch information
cometkim authored and jmagaram committed Jul 18, 2023
1 parent 41c614a commit 509fc5c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
"src/**/*.res",
"src/**/*.resi"
],
"peerDependencies": {
"rescript": ">= 10.1.0"
},
"devDependencies": {
"rescript": "10.1.4",
"@babel/code-frame": "7.18.6"
Expand Down

0 comments on commit 509fc5c

Please sign in to comment.