Skip to content

Commit

Permalink
moved react, react-dom, react-dom-router to devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
smanousopoulos committed May 16, 2017
1 parent 45a2496 commit 142a5d6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
"url": "https://github.com/DAIAD/react-leaflet-wrapper/issues"
},
"devDependencies": {
"react": "^15.0.0",
"react-dom": "^15.0.0",
"react-router-dom": "^4.1.1",
"babel": "^6.5.2",
"babel-cli": "^6.7.5",
"babel-loader": "~6.2.4",
Expand All @@ -28,10 +31,7 @@
"webpack": "^2.4.1",
"webpack-dev-server": "^2.4.5"
},
"dependencies": {
"react": "^15.0.0",
"react-dom": "^15.0.0",
"react-router-dom": "^4.1.1",
"dependencies": {
"chroma-js": "1.2.1",
"leaflet": "1.0.0",
"leaflet-draw": "0.4.4",
Expand Down

0 comments on commit 142a5d6

Please sign in to comment.