mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Version bump, make tests work
This commit is contained in:
committed by
Paul O’Shannessy
parent
e5c4a3c7d5
commit
ef339c9cc4
@@ -32,7 +32,7 @@ module.exports = function() {
|
||||
rootDirectory: config.rootDirectory,
|
||||
args: args
|
||||
}).then(function(output) {
|
||||
grunt.file.write(config.outfile, output);
|
||||
grunt.file.write(config.outfile, 'process = {env: {}};' + output);
|
||||
theFilesToTestScript.end();
|
||||
theFilesToTestScript.once('close', done);
|
||||
});
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "react",
|
||||
"version": "0.6.0-alpha",
|
||||
"version": "0.8.0-alpha",
|
||||
"keywords": [
|
||||
"react"
|
||||
],
|
||||
|
||||
+1
-1
@@ -69,6 +69,6 @@
|
||||
},
|
||||
"preferGlobal": true,
|
||||
"commonerConfig": {
|
||||
"version": 1
|
||||
"version": 2
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -67,6 +67,6 @@ var React = {
|
||||
|
||||
// Version exists only in the open-source version of React, not in Facebook's
|
||||
// internal version.
|
||||
React.version = '0.6.0-alpha';
|
||||
React.version = '0.8.0-alpha';
|
||||
|
||||
module.exports = React;
|
||||
|
||||
Reference in New Issue
Block a user