Skip to content

Commit

Permalink
Update react version
Browse files Browse the repository at this point in the history
  • Loading branch information
krismp committed Aug 19, 2016
1 parent 93c8f86 commit 1ebab87
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules/
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
"author": "Daryl Lau",
"license": "MIT",
"peerDependencies": {
"react": ">=0.10.x <1.x.x"
"react": "15.x"
},
"dependencies": {
"react": "^15.3.0"
}
}

0 comments on commit 1ebab87

Please sign in to comment.