From f933dda9a87363701b37bdc943b886718334fb36 Mon Sep 17 00:00:00 2001 From: Myles Borins Date: Tue, 2 Feb 2016 15:35:39 -0800 Subject: [PATCH] lookup: add packages that test streams this commit adds the following packages to the lookup * vinyl * vinyl-fs * readable-stream * ftp --- lib/lookup.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/lib/lookup.json b/lib/lookup.json index 3267ce1b0..d6a90618e 100644 --- a/lib/lookup.json +++ b/lib/lookup.json @@ -107,5 +107,21 @@ }, "moment": { "replace": true + }, + "vinyl": { + "replace": true, + "prefix": "v" + }, + "vinyl-fs": { + "replace": true, + "prefix": "v" + }, + "readable-stream": { + "replace": true, + "prefix": "v" + }, + "ftp": { + "replace": true, + "prefix": "v" } }