Skip to content

Commit

Permalink
lookup: add packages that test streams
Browse files Browse the repository at this point in the history
this commit adds the following packages to the lookup
  * vinyl
  * vinyl-fs
  * readable-stream
  * ftp
  • Loading branch information
Myles Borins committed Feb 3, 2016
1 parent cdddb47 commit f933dda
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions lib/lookup.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

0 comments on commit f933dda

Please sign in to comment.