Remove obsolete __VERSION__ references

This commit is contained in:
Ben Alpert
2014-03-06 20:27:59 -08:00
parent 554b677e60
commit 1d209248ef
2 changed files with 1 additions and 4 deletions
+1 -3
View File
@@ -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",
-1
View File
@@ -23,7 +23,6 @@
"unused": "vars",
"globals": {
"__VERSION__": false,
"__DEV__": false,
"require": false,
"module": false,