Skip to content

Commit 057c88c

Browse files
committed
s/jsxConfig/commonerConfig/g
1 parent 3527d9d commit 057c88c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

grunt/config/jsx/jsx.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ var rootIDs = [
1010
var getDebugConfig = function() {
1111
return {
1212
"debug": true,
13-
"jsxConfig": grunt.config.data.pkg.jsxConfig,
13+
"commonerConfig": grunt.config.data.pkg.commonerConfig,
1414
"constants": {
1515
"__VERSION__": grunt.config.data.pkg.version,
1616
"__DEV__": true
@@ -34,7 +34,7 @@ var test = {
3434
return {
3535
"debug": true,
3636
"mocking": true,
37-
"jsxConfig": grunt.config.data.pkg.jsxConfig,
37+
"commonerConfig": grunt.config.data.pkg.commonerConfig,
3838
"constants": {
3939
"__VERSION__": grunt.config.data.pkg.version,
4040
"__DEV__": true
@@ -51,7 +51,7 @@ var release = {
5151
getConfig: function() {
5252
return {
5353
"debug": false,
54-
"jsxConfig": grunt.config.data.pkg.jsxConfig,
54+
"commonerConfig": grunt.config.data.pkg.commonerConfig,
5555
"constants": {
5656
"__VERSION__": grunt.config.data.pkg.version,
5757
"__DEV__": false

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"node": ">=0.10.0"
6666
},
6767
"preferGlobal": true,
68-
"jsxConfig": {
68+
"commonerConfig": {
6969
"version": 1
7070
}
7171
}

0 commit comments

Comments
 (0)