Compare commits

..

2 Commits

Author SHA1 Message Date
18cfa3e16a 3.0.3 2023-06-22 14:17:50 +02:00
ea921766dc fix(core): update 2023-06-22 14:17:49 +02:00
3 changed files with 2 additions and 6 deletions

View File

@ -1,7 +1,7 @@
{
"name": "@pushrocks/smartshell",
"private": false,
"version": "3.0.2",
"version": "3.0.3",
"description": "shell actions designed as promises",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",

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'
}