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
  • Loading branch information
Myles Borins committed Feb 2, 2016
1 parent cdddb47 commit 134eb1f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions lib/lookup.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,5 +107,17 @@
},
"moment": {
"replace": true
},
"vinyl": {
"replace": true,
"prefix": "v"
},
"vinyl-fs": {
"replace": true,
"prefix": "v"
},
"readable-stream": {
"replace": true,
"prefix": "v"
}
}

0 comments on commit 134eb1f

Please sign in to comment.