Skip to content

Commit

Permalink
Merge pull request #140 from everdimension/add_missing_webpack_depend…
Browse files Browse the repository at this point in the history
…ency

add missing webpack devDependency
  • Loading branch information
claydiffrient committed Mar 26, 2016
2 parents 23eee3b + d732041 commit 93c73f3
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 93c73f3

Please sign in to comment.