Skip to content

Commit

Permalink
Upgrade to React 0.10.0
Browse files Browse the repository at this point in the history
* Replace " class=" with " className=" in source HTML to match the
  change somewhere between React 0.4.0 and 0.10.0
* Manage React dependency with Bower for easier upgrading
  • Loading branch information
ssorallen committed Mar 24, 2014
1 parent 2310a7c commit f24d26b
Show file tree
Hide file tree
Showing 11 changed files with 46,456 additions and 7,919 deletions.
3 changes: 3 additions & 0 deletions .bowerrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"directory": "public/bower_components"
}
16 changes: 16 additions & 0 deletions public/bower_components/react/.bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "react",
"version": "0.10.0",
"main": "react.js",
"homepage": "https://github.com/facebook/react-bower",
"_release": "0.10.0",
"_resolution": {
"type": "version",
"tag": "v0.10.0",
"commit": "4862309b39ceef32a65c160cd9987eccdfb29c38"
},
"_source": "git://github.com/facebook/react-bower.git",
"_target": "~0.10.0",
"_originalSource": "react",
"_direct": true
}
Loading

0 comments on commit f24d26b

Please sign in to comment.