Skip to content

Commit

Permalink
Move addon-update to peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
javivelasco committed Aug 8, 2016
1 parent f09a9d7 commit fac66cb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Expand Up @@ -76,9 +76,7 @@
"phantomjs-prebuilt": "^2.1.7",
"postcss-loader": "^0.9.1",
"react": "^15.2.1",
"react-addons-css-transition-group": "^15.2.0",
"react-addons-test-utils": "^15.0.2",
"react-addons-update": "^15.3.0",
"react-docgen": "^2.8.2",
"react-dom": "^15.2.0",
"react-transform-catch-errors": "^1.0.2",
Expand Down Expand Up @@ -117,6 +115,7 @@
"normalize.css": "^4.0.0",
"react": "^0.14 || ^15.2.0",
"react-addons-css-transition-group": "^0.14.0 || ^15.2.0",
"react-addons-update": "^0.14 || ^15.2.0",
"react-dom": "^0.14.0 || ^15.2.0"
}
}

0 comments on commit fac66cb

Please sign in to comment.