Skip to content

Commit

Permalink
Update React to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
holmsand committed Jan 3, 2014
1 parent 7381678 commit 9df8609
Show file tree
Hide file tree
Showing 9 changed files with 1,507 additions and 3,614 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ veryclean: clean
rm -rf bower_components

bower_components:
bower install react#v0.5.2
bower install react#v0.8.0

src/cloact/impl/react.min.js: bower_components/react/react-with-addons.min.js
src/cloact/impl/react.min.js: bower_components/react/react-with-addons.min.js Makefile
cp $< $@

copyjs: bower_components src/cloact/impl/react.min.js
Expand Down
10 changes: 5 additions & 5 deletions bower_components/react/.bower.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "react",
"version": "0.5.2",
"version": "0.8.0",
"main": "react.js",
"homepage": "https://github.com/facebook/react-bower",
"_release": "0.5.2",
"_release": "0.8.0",
"_resolution": {
"type": "version",
"tag": "v0.5.2",
"commit": "81ff78dd5d6778f94233aa92847d28f22241e987"
"tag": "v0.8.0",
"commit": "ac2915c7b1e78bd6068b042066759127ecfff69b"
},
"_source": "git://github.com/facebook/react-bower.git",
"_target": "v0.5.2",
"_target": "v0.8.0",
"_originalSource": "react",
"_direct": true
}
Loading

0 comments on commit 9df8609

Please sign in to comment.