Skip to content
This repository was archived by the owner on Aug 19, 2022. It is now read-only.

Commit 25c7d3b

Browse files
author
Brandon Dail
committed
Add missing webpack-dev-server dev dep
1 parent 77ccad9 commit 25c7d3b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
"jest-cli": "^15.1.1",
4343
"radium": "^0.18.1",
4444
"rimraf": "^2.5.4",
45-
"webpack": "^2.1.0-beta.25"
45+
"webpack": "^2.1.0-beta.25",
46+
"webpack-dev-server": "^1.16.1"
4647
}
4748
}

0 commit comments

Comments
 (0)