Skip to content

Commit

Permalink
fix: Add missing (peer-)dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cmd-johnson committed Jun 13, 2022
1 parent f1631d0 commit 4d05a0d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/remix-dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,13 @@
},
"engines": {
"node": ">=14"
},
"peerDependencies": {
"@remix-run/serve": "1.5.1"
},
"peerDependenciesMeta": {
"@remix-run/serve": {
"optional": true
}
}
}

0 comments on commit 4d05a0d

Please sign in to comment.