typescript-monorepo-toolkit
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -24,3 +24,3 @@ "use strict"; | ||
cwd | ||
}, (error, stdOut, strError) => { | ||
}, (error, stdOut) => { | ||
if (error) { | ||
@@ -27,0 +27,0 @@ rej(error); |
{ | ||
"name": "typescript-monorepo-toolkit", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"license": "MIT", | ||
"bin": "./dist/index.ts", | ||
"bin": "./dist/index.js", | ||
"devDependencies": { | ||
@@ -7,0 +7,0 @@ "@babel/core": "^7.7.2", |
19035