Version bump, make tests work

This commit is contained in:
petehunt
2013-12-06 11:56:30 -08:00
committed by Paul O’Shannessy
parent e5c4a3c7d5
commit ef339c9cc4
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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 -1
View File
@@ -1,6 +1,6 @@
{
"name": "react",
"version": "0.6.0-alpha",
"version": "0.8.0-alpha",
"keywords": [
"react"
],
+1 -1
View File
@@ -69,6 +69,6 @@
},
"preferGlobal": true,
"commonerConfig": {
"version": 1
"version": 2
}
}
+1 -1
View File
@@ -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;