s/jsxConfig/commonerConfig/g

This commit is contained in:
Ben Newman
2013-12-04 16:47:13 -05:00
parent 3527d9d91c
commit 057c88ce52
2 changed files with 4 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ var rootIDs = [
var getDebugConfig = function() {
return {
"debug": true,
"jsxConfig": grunt.config.data.pkg.jsxConfig,
"commonerConfig": grunt.config.data.pkg.commonerConfig,
"constants": {
"__VERSION__": grunt.config.data.pkg.version,
"__DEV__": true
@@ -34,7 +34,7 @@ var test = {
return {
"debug": true,
"mocking": true,
"jsxConfig": grunt.config.data.pkg.jsxConfig,
"commonerConfig": grunt.config.data.pkg.commonerConfig,
"constants": {
"__VERSION__": grunt.config.data.pkg.version,
"__DEV__": true
@@ -51,7 +51,7 @@ var release = {
getConfig: function() {
return {
"debug": false,
"jsxConfig": grunt.config.data.pkg.jsxConfig,
"commonerConfig": grunt.config.data.pkg.commonerConfig,
"constants": {
"__VERSION__": grunt.config.data.pkg.version,
"__DEV__": false

View File

@@ -65,7 +65,7 @@
"node": ">=0.10.0"
},
"preferGlobal": true,
"jsxConfig": {
"commonerConfig": {
"version": 1
}
}