v0.13.0-beta.2

This commit is contained in:
Paul O’Shannessy
2015-02-13 18:28:03 -08:00
parent 432e378687
commit 5126cee0f5
3 changed files with 6 additions and 4 deletions
+4 -2
View File
@@ -1,7 +1,7 @@
{
"name": "react",
"description": "React is a JavaScript library for building user interfaces.",
"version": "0.13.0-beta.1",
"version": "0.13.0-beta.2",
"keywords": [
"react"
],
@@ -27,6 +27,8 @@
"envify": "^3.0.0"
},
"browserify": {
"transform": ["envify"]
"transform": [
"envify"
]
}
}
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "react-tools",
"description": "A set of complementary tools to React, including the JSX transformer.",
"version": "0.13.0-beta.1",
"version": "0.13.0-beta.2",
"keywords": [
"react",
"jsx",
+1 -1
View File
@@ -140,6 +140,6 @@ if (__DEV__) {
}
}
React.version = '0.13.0-beta.1';
React.version = '0.13.0-beta.2';
module.exports = React;