Skip to content

Commit

Permalink
chore: add react and react-dom as peerDependencies and remove from de…
Browse files Browse the repository at this point in the history
…pendencies
  • Loading branch information
danieljuhl committed Nov 24, 2016
1 parent 5a6a2ee commit f5f3869
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
Expand Up @@ -32,14 +32,18 @@
"express": "^4.14.0",
"jsdom": "^9.8.3",
"mocha": "^3.1.2",
"react": "^15.4.1",
"react-addons-test-utils": "^15.4.1",
"react-dom": "^15.4.1",
"react-hot-loader": "^1.3.0",
"webpack": "^1.13.3",
"webpack-dev-server": "^1.16.2"
},
"dependencies": {
"peerDependencies": {
"react": ">=0.14.0",
"react-dom": ">=0.14.0",
"react-dom": ">=0.14.0"
},
"dependencies": {
"react-side-effect": "^1.0.1"
},
"repository": "kodyl/react-document-meta",
Expand Down

0 comments on commit f5f3869

Please sign in to comment.