Move react-hot-loader to devDependencies

This commit is contained in:
ColCh 2014-09-29 19:19:01 +04:00
parent 43f7dbffdc
commit 18ff31dd61

View File

@ -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"
}
}