clean-scripts
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -36,2 +36,3 @@ "use strict"; | ||
if (error) { | ||
error.stdout = stdout; | ||
reject(error); | ||
@@ -38,0 +39,0 @@ } |
{ | ||
"name": "clean-scripts", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "A CLI tool to make scripts in package.json clean.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
6294
95