Comparing version 0.0.0 to 0.0.1
@@ -14,3 +14,2 @@ var spawn = require('child_process').spawn; | ||
var ps = spawn(editor, [ file ], { customFds : [ 0, 1, 2 ] }); | ||
process.stdin.pipe(ps); | ||
@@ -17,0 +16,0 @@ ps.on('exit', function (code, sig) { |
{ | ||
"name" : "editor", | ||
"version" : "0.0.0", | ||
"version" : "0.0.1", | ||
"description" : "launch $EDITOR in your program", | ||
@@ -5,0 +5,0 @@ "main" : "index.js", |
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
2273
29