Update to React 0.12.2

This commit is contained in:
andrewliebchen
2015-01-06 21:43:19 -08:00
parent a8a6f6b462
commit 83454b5886
11 changed files with 26 additions and 42 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ var Generator = module.exports = function Generator() {
var sourceRoot = '/templates/';
this.scriptSuffix = '.js';
this.reactSuffix = '.jsx';
this.reactSuffix = '.js';
this.stylesSuffix = '.css';