From 134eb1f9ddb512c328e8aa697dcd51469e758c8e 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 --- lib/lookup.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/lib/lookup.json b/lib/lookup.json index 3267ce1b0..d995ba1e0 100644 --- a/lib/lookup.json +++ b/lib/lookup.json @@ -107,5 +107,17 @@ }, "moment": { "replace": true + }, + "vinyl": { + "replace": true, + "prefix": "v" + }, + "vinyl-fs": { + "replace": true, + "prefix": "v" + }, + "readable-stream": { + "replace": true, + "prefix": "v" } }