Comparing version 1.0.2 to 1.0.3
@@ -21,2 +21,3 @@ #! /usr/bin/env node | ||
stdin.pipe(stdout).pipe(fileStream); | ||
stdin.pipe(stdout); | ||
stdin.pipe(fileStream); |
{ | ||
"name": "justtee", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Just tee, a minimal replacement for unix tee", | ||
"preferGlobal": true, | ||
"bin": { | ||
"justtee": "justtee.js" | ||
"justtee": "justtee.js", | ||
"justteetester": "justteetester.js" | ||
}, | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "(node justteetester.js | node justtee.js /tmp/a.out > /tmp/b.out) && diff /tmp/a.out /tmp/b.out" | ||
}, | ||
@@ -12,0 +13,0 @@ "keywords": [ |
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
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
2025
5
27
1