Skip to content

Commit

Permalink
Upgrade to React 0.12
Browse files Browse the repository at this point in the history
Alt doesn't have a specific version it works with but lets update to the
latest React.
  • Loading branch information
goatslacker committed Dec 27, 2014
1 parent 1a54de1 commit 20d1827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/chat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"main": "js/app.js",
"dependencies": {
"flux": "^2.0.0",
"react": "~0.11"
"react": "^0.12.2"
},
"devDependencies": {
"browserify": "~4.2.2",
Expand Down

0 comments on commit 20d1827

Please sign in to comment.