Restructure args

This commit is contained in:
Jiiks 2018-01-16 07:00:39 +02:00
parent 2aa9b46c10
commit 80170a5bbd
1 changed files with 3 additions and 3 deletions

View File

@ -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 }
]
};