Skip to content

Commit 1d20924

Browse files
committed
Remove obsolete __VERSION__ references
1 parent 554b677 commit 1d20924

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

grunt/config/jsx.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ var normal = {
1414
getConfig: function() {
1515
return {
1616
commonerConfig: grunt.config.data.pkg.commonerConfig,
17-
constants: {
18-
__VERSION__: grunt.config.data.pkg.version
19-
}
17+
constants: {}
2018
};
2119
},
2220
sourceDir: "src",

src/.jshintrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
"unused": "vars",
2424

2525
"globals": {
26-
"__VERSION__": false,
2726
"__DEV__": false,
2827
"require": false,
2928
"module": false,

0 commit comments

Comments
 (0)