Skip to content

Commit

Permalink
add missing webpack devDependency
Browse files Browse the repository at this point in the history
  • Loading branch information
everdimension committed Mar 26, 2016
1 parent 23eee3b commit d732041
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,13 @@
"karma-mocha": "0.2.0",
"karma-safari-launcher": "^0.1.1",
"mocha": "2.3.3",
"react": "^0.14.0",
"react-addons-test-utils": "^0.14.0",
"react-dom": "^0.14.0",
"react": "^0.14.0",
"reactify": "^1.1.1",
"rf-release": "0.4.0",
"uglify-js": "2.4.24",
"webpack": "^1.12.14",
"webpack-dev-server": "1.11.0"
},
"dependencies": {
Expand All @@ -65,4 +66,4 @@
"react": "global:React",
"react-dom": "global:ReactDOM"
}
}
}

0 comments on commit d732041

Please sign in to comment.