Skip to content

Commit 134eb1f

Browse files
author
Myles Borins
committed
lookup: add packages that test streams
this commit adds the following packages to the lookup * vinyl * vinyl-fs * readable-stream
1 parent cdddb47 commit 134eb1f

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

lib/lookup.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,5 +107,17 @@
107107
},
108108
"moment": {
109109
"replace": true
110+
},
111+
"vinyl": {
112+
"replace": true,
113+
"prefix": "v"
114+
},
115+
"vinyl-fs": {
116+
"replace": true,
117+
"prefix": "v"
118+
},
119+
"readable-stream": {
120+
"replace": true,
121+
"prefix": "v"
110122
}
111123
}

0 commit comments

Comments
 (0)