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