We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 554b677 commit 1d20924Copy full SHA for 1d20924
grunt/config/jsx.js
@@ -14,9 +14,7 @@ var normal = {
14
getConfig: function() {
15
return {
16
commonerConfig: grunt.config.data.pkg.commonerConfig,
17
- constants: {
18
- __VERSION__: grunt.config.data.pkg.version
19
- }
+ constants: {}
20
};
21
},
22
sourceDir: "src",
src/.jshintrc
@@ -23,7 +23,6 @@
23
"unused": "vars",
24
25
"globals": {
26
- "__VERSION__": false,
27
"__DEV__": false,
28
"require": false,
29
"module": false,
0 commit comments