Skip to content

Commit

Permalink
move React and friends to devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
delan committed Jun 16, 2019
1 parent 357c7c4 commit f4a8e4c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
14 changes: 11 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions package.json
Expand Up @@ -32,6 +32,8 @@
"css-loader": "2.1.1",
"file-loader": "4.0.0",
"html-loader": "0.5.5",
"react": "16.8.6",
"react-dom": "16.8.6",
"regenerator-runtime": "0.13.2",
"sass": "1.21.0",
"sass-loader": "7.1.0",
Expand All @@ -40,9 +42,5 @@
"webpack": "4.33.0",
"webpack-cli": "3.3.3",
"webpack-dev-server": "3.7.1"
},
"dependencies": {
"react": "16.8.6",
"react-dom": "16.8.6"
}
}

0 comments on commit f4a8e4c

Please sign in to comment.