Skip to content

Commit

Permalink
React - Feedback from reviews
Browse files Browse the repository at this point in the history
  • Loading branch information
petehunt authored and sindresorhus committed Oct 30, 2013
1 parent b25f5ca commit 8c7d99b
Show file tree
Hide file tree
Showing 15 changed files with 25,536 additions and 4,073 deletions.
2 changes: 1 addition & 1 deletion labs/architecture-examples/react/bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"dependencies": {
"todomvc-common": "~0.1.7",
"react": "~0.4.0",
"react": "~0.5.1",
"director": "~1.2.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
"commit": "538dee97b0d57163d682a397de674f36af4d16a1"
},
"_source": "git://github.com/flatiron/director.git",
"_target": "~1.2.0"
"_target": "~1.2.0",
"_originalSource": "director"
}
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"name": "react",
"version": "0.4.0",
"version": "0.5.1",
"main": "react.js",
"homepage": "https://github.com/facebook/react-bower",
"_release": "0.4.0",
"_release": "0.5.1",
"_resolution": {
"type": "version",
"tag": "v0.4.0",
"commit": "54334ad626d26dff4c214d308cefd30ad80fb8e9"
"tag": "v0.5.1",
"commit": "a05207f36d769b99e6b594f71671ca5bd2514435"
},
"_source": "git://github.com/facebook/react-bower.git",
"_target": "~0.4.0"
"_target": "~0.5.1",
"_originalSource": "react"
}
Loading

0 comments on commit 8c7d99b

Please sign in to comment.