diff --git a/grunt/config/jsx.js b/grunt/config/jsx.js index a0302d9f27..acafefb4af 100644 --- a/grunt/config/jsx.js +++ b/grunt/config/jsx.js @@ -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", diff --git a/src/.jshintrc b/src/.jshintrc index c6f0e72cf2..cec2bebcc2 100644 --- a/src/.jshintrc +++ b/src/.jshintrc @@ -23,7 +23,6 @@ "unused": "vars", "globals": { - "__VERSION__": false, "__DEV__": false, "require": false, "module": false,