fix(core): update

This commit is contained in:
Philipp Kunz 2023-06-22 14:17:49 +02:00
parent 7e6d632afb
commit ea921766dc
2 changed files with 1 additions and 5 deletions

View File

@ -52,10 +52,6 @@ tap.test('should spawn an interactive cli', async () => {
await testSmartshell.execInteractive('echo "hi"');
});
tap.test('should spawn an interactive cli', async () => {
await testSmartshell.execInteractive('node');
});
tap.start({
throwOnError: true,
});

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@pushrocks/smartshell',
version: '3.0.2',
version: '3.0.3',
description: 'shell actions designed as promises'
}