mirror of
https://github.com/react-webpack-generators/generator-react-webpack.git
synced 2025-12-08 18:01:59 +00:00
Move react-hot-loader to devDependencies
This commit is contained in:
parent
43f7dbffdc
commit
18ff31dd61
@ -11,8 +11,7 @@
|
||||
"mainOutput": "main",
|
||||
"dependencies": {<% if (reactRouter) { %>
|
||||
"react-router": "^0.7.0",<% } %>
|
||||
"react": "~0.11.2",
|
||||
"react-hot-loader": "^0.4.5"
|
||||
"react": "~0.11.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"grunt": "~0.4.5",
|
||||
@ -36,6 +35,7 @@
|
||||
"grunt-open": "~0.2.3",
|
||||
"jshint-loader": "~0.8.0",
|
||||
"grunt-contrib-copy": "~0.5.0",
|
||||
"grunt-contrib-clean": "~0.6.0"
|
||||
"grunt-contrib-clean": "~0.6.0",
|
||||
"react-hot-loader": "^0.4.5"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user