Skip to content

Commit

Permalink
chore: add webpack-dev-server to devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Clark committed Mar 20, 2020
1 parent 057de96 commit eeec9ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/serve/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"@types/cross-spawn": "6.0.0",
"@types/inquirer": "6.5.0",
"@types/node": "12.7.2",
"typescript": "3.5.3"
"typescript": "3.5.3",
"webpack-dev-server": "3.10.3"
},
"peerDependencies": {
"webpack-cli": "4.x.x",
Expand Down

0 comments on commit eeec9ea

Please sign in to comment.