Comparing version 1.12.0 to 1.12.1
@@ -54,2 +54,6 @@ // Generated by CoffeeScript 1.3.3 | ||
}); | ||
if (opts.stdin) { | ||
pid.stdin.write(opts.stdin); | ||
pid.stdin.end(); | ||
} | ||
return this; | ||
@@ -56,0 +60,0 @@ }, |
{ | ||
"name": "bal-util", | ||
"version": "1.12.0", | ||
"version": "1.12.1", | ||
"description": "Common utility functions for Node.js used and maintained by Benjamin Lupton", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/balupton/bal-util", |
67350
1960