Compare commits

...

2 Commits

Author SHA1 Message Date
Paul O’Shannessy
dedf0c20da 0.10.0 2014-03-21 13:34:02 -07:00
Paul O’Shannessy
12bdb8d24c shrinkwrap deps 2014-03-21 13:25:29 -07:00
4 changed files with 2003 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "react",
"description": "React is a JavaScript library for building user interfaces.",
"version": "0.10.0-rc1",
"version": "0.10.0",
"keywords": [
"react"
],

2000
npm-shrinkwrap.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -1,7 +1,7 @@
{
"name": "react-tools",
"description": "A set of complementary tools to React, including the JSX transformer.",
"version": "0.10.0-rc1",
"version": "0.10.0",
"keywords": [
"react",
"jsx",

View File

@@ -92,6 +92,6 @@ if (__DEV__) {
// Version exists only in the open-source version of React, not in Facebook's
// internal version.
React.version = '0.10.0-rc1';
React.version = '0.10.0';
module.exports = React;