sync-child-process
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "sync-child-process", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Run a subprocess synchronously and interactively in Node.js", | ||
@@ -26,2 +26,3 @@ "repository": "sass/sync-child-process", | ||
"compile": "tsc -p tsconfig.build.json", | ||
"doc": "typedoc lib/index.ts", | ||
"fix": "gts fix", | ||
@@ -28,0 +29,0 @@ "test": "jest" |
58760