child-stream
Advanced tools
Comparing version 0.0.0 to 0.0.1
{ | ||
"name": "child-stream", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"description": "Child process read stream", | ||
@@ -13,3 +13,3 @@ "keywords": [ | ||
"type": "git", | ||
"url": "https://github.com/dshaw/child-stream" | ||
"url": "git://github.com/dshaw/child-stream.git" | ||
}, | ||
@@ -22,3 +22,3 @@ "bugs": { | ||
"scripts": { | ||
"test": "tap ./tests" | ||
"test": "node ./test/child-stream.test.js" | ||
}, | ||
@@ -25,0 +25,0 @@ "dependencies": {}, |
2753