mirror of https://github.com/status-im/reagent.git
Update React to 0.11.1
This commit is contained in:
parent
e1f9ae20c6
commit
e19c20d0cc
2
Makefile
2
Makefile
|
@ -52,7 +52,7 @@ veryclean: clean
|
|||
rm -rf bower_components
|
||||
|
||||
bower_components:
|
||||
bower install react#v0.10.0
|
||||
bower install react#v0.11.1
|
||||
|
||||
vendor/reagent/react.min.js: bower_components/react/react.min.js Makefile
|
||||
cp $< $@
|
||||
|
|
|
@ -1,16 +1,16 @@
|
|||
{
|
||||
"name": "react",
|
||||
"version": "0.10.0",
|
||||
"version": "0.11.1",
|
||||
"main": "react.js",
|
||||
"homepage": "https://github.com/facebook/react-bower",
|
||||
"_release": "0.10.0",
|
||||
"_release": "0.11.1",
|
||||
"_resolution": {
|
||||
"type": "version",
|
||||
"tag": "v0.10.0",
|
||||
"commit": "4862309b39ceef32a65c160cd9987eccdfb29c38"
|
||||
"tag": "v0.11.1",
|
||||
"commit": "b40055e1733ce3fca762744456ecf7a6c6263406"
|
||||
},
|
||||
"_source": "git://github.com/facebook/react-bower.git",
|
||||
"_target": "v0.10.0",
|
||||
"_target": "v0.11.1",
|
||||
"_originalSource": "react",
|
||||
"_direct": true
|
||||
}
|
File diff suppressed because it is too large
Load Diff
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "react",
|
||||
"version": "0.10.0",
|
||||
"version": "0.11.1",
|
||||
"main": "react.js"
|
||||
}
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue