Skip to content

Commit

Permalink
fix: chore: Move fastify-webpack-hmr into peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
marcbachmann committed Oct 2, 2019
1 parent eca9afe commit fb42d71
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,16 @@
"fastify-compress": "^0.11.0",
"fastify-etag": "^0.1.0",
"fastify-plugin": "^1.6.0",
"fastify-static": "^2.5.0",
"fastify-webpack-hmr": "^2.1.0"
"fastify-static": "^2.5.0"
},
"optionalDependencies": {
"peerDependencies": {
"fastify-webpack-hmr": "^2.1.0"
},
"peerDependenciesMeta": {
"fastify-webpack-hmr": {
"optional": true
}
},
"directories": {
"example": "example"
},
Expand Down

0 comments on commit fb42d71

Please sign in to comment.