File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ var rootIDs = [
1010var 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
Original file line number Diff line number Diff line change 6565 "node" : " >=0.10.0"
6666 },
6767 "preferGlobal" : true ,
68- "jsxConfig " : {
68+ "commonerConfig " : {
6969 "version" : 1
7070 }
7171}
You can’t perform that action at this time.
0 commit comments