Skip to content

Commit

Permalink
justinmc#61 move react-hot-loader to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mahboubii committed Aug 30, 2019
1 parent 6d8e0a6 commit 37f99dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -28,7 +28,8 @@
"react-dom": ">=16"
},
"dependencies": {
"prop-types": "^15.7.2"
"prop-types": "^15.7.2",
"react-hot-loader": "^4.8.4"
},
"devDependencies": {
"@babel/core": "^7.4.4",
Expand All @@ -49,7 +50,6 @@
"karma-webpack": "^3.0.5",
"react-addons-test-utils": "^15.6.2",
"react-dom": "^15.6.2",
"react-hot-loader": "^4.8.4",
"webpack": "^4.31.0",
"webpack-cli": "^3.3.2",
"webpack-dev-server": "^3.3.1"
Expand Down

0 comments on commit 37f99dc

Please sign in to comment.