Skip to content
This repository has been archived by the owner on Jun 3, 2022. It is now read-only.

Commit

Permalink
Adds missing webpack dev dependency for examples
Browse files Browse the repository at this point in the history
  • Loading branch information
chriscox committed Jan 4, 2017
1 parent 2c4668a commit fffca3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"start": "webpack-dev-server --open"
},
"devDependencies": {
"webpack": "^2.2.0-rc.3",
"webpack-dev-server": "^2.2.0-rc.0"
},
"dependencies": {
Expand Down

0 comments on commit fffca3c

Please sign in to comment.