mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Remove obsolete __VERSION__ references
This commit is contained in:
+1
-3
@@ -14,9 +14,7 @@ var normal = {
|
||||
getConfig: function() {
|
||||
return {
|
||||
commonerConfig: grunt.config.data.pkg.commonerConfig,
|
||||
constants: {
|
||||
__VERSION__: grunt.config.data.pkg.version
|
||||
}
|
||||
constants: {}
|
||||
};
|
||||
},
|
||||
sourceDir: "src",
|
||||
|
||||
@@ -23,7 +23,6 @@
|
||||
"unused": "vars",
|
||||
|
||||
"globals": {
|
||||
"__VERSION__": false,
|
||||
"__DEV__": false,
|
||||
"require": false,
|
||||
"module": false,
|
||||
|
||||
Reference in New Issue
Block a user