Skip to content
This repository has been archived by the owner on Jun 10, 2020. It is now read-only.

Commit

Permalink
Merge pull request #150 from geekyme/master
Browse files Browse the repository at this point in the history
Update deps to react v15
  • Loading branch information
garetht committed Apr 8, 2016
2 parents b2d377c + 9a173e4 commit da80d59
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
@@ -1,6 +1,6 @@
{
"name": "react-infinite",
"version": "0.9.0",
"version": "0.9.1",
"description": "A browser-ready efficient scrolling container based on UITableView",
"main": "build/react-infinite.js",
"repository": {
Expand Down Expand Up @@ -72,7 +72,7 @@
"gulp-webserver": "^0.9.1",
"jest-cli": "0.4.19",
"moment": "^2.10.6",
"react-addons-test-utils": "15.0.0-rc.1",
"react-addons-test-utils": "^15.0.0",
"uglifyify": "3.0.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.0.0",
Expand All @@ -86,8 +86,8 @@
"object-assign": "4.0.1"
},
"peerDependencies": {
"react": "15.0.0-rc.1",
"react-dom": "15.0.0-rc.1"
"react": "^15.0.0",
"react-dom": "^15.0.0"
},
"browserify": {
"transform": [
Expand Down

0 comments on commit da80d59

Please sign in to comment.