Comparing version 0.10.0 to 0.11.0
{ | ||
"name": "npm-watch", | ||
"version": "0.10.0", | ||
"version": "0.11.0", | ||
"description": "run scripts from package.json when files change", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -167,3 +167,3 @@ 'use strict'; | ||
cwd: pkgDir, | ||
stdio: inherit === true ? ['pipe', 'inherit', 'pipe'] : 'pipe' | ||
stdio: inherit === true ? ['pipe', 'inherit', 'inherit'] : 'pipe' | ||
}) | ||
@@ -170,0 +170,0 @@ if (inherit === true) return; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14557