fix(core): update

This commit is contained in:
2021-01-30 00:41:40 +00:00
parent 769d7d6419
commit 060f635989
14 changed files with 10601 additions and 792 deletions

View File

@ -14,7 +14,7 @@ tap.test('should create a service', async () => {
version: 'x.x.x',
command: 'npm -v',
description: 'displays the npm version',
workingDir: __dirname
workingDir: __dirname,
});
});