From 5c3a3b469d6d12d4259c7ea8c6103d3a27b01e52 Mon Sep 17 00:00:00 2001 From: Mathias Buus Date: Wed, 2 Apr 2014 23:58:28 +0200 Subject: [PATCH] do not have readable-stream as a dev dep since #12 adds it a prod dep --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 4a138ee..017fa15 100644 --- a/package.json +++ b/package.json @@ -14,8 +14,7 @@ }, "devDependencies": { "tap": "~0.4.6", - "concat-stream": "~1.2.1", - "readable-stream": "~1.1.9" + "concat-stream": "~1.2.1" }, "scripts": { "test": "tap test/*.js"