Restructure args
This commit is contained in:
parent
2aa9b46c10
commit
80170a5bbd
|
@ -31,9 +31,9 @@ const Common = {};
|
|||
const dummyArgs = {
|
||||
'version': '0.3.1',
|
||||
'paths': [
|
||||
{ 'base': 'basePath' },
|
||||
{ 'plugins': __pluginPath },
|
||||
{ 'themes': __themePath }
|
||||
{ 'id': 'base', 'path': 'basePath' },
|
||||
{ 'id': 'plugins', 'path': __pluginPath },
|
||||
{ 'id': 'themes', 'path': __themePath }
|
||||
]
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue