diff options
| author | Kostas Bariotis <[email protected]> | 2015-07-17 23:58:10 +0300 |
|---|---|---|
| committer | Kostas Bariotis <[email protected]> | 2015-07-17 23:58:10 +0300 |
| commit | 4337a8927cf2a41db5ed673d9c1c5f05517e15ae (patch) | |
| tree | 8dbb5b0015f66772691d4d6c66157d108821fc0b | |
| parent | a0465fcd7678812cfe697c3dd045085d94e52cfa (diff) | |
| parent | 93cef07a15e5bbacd1e1047bdbf3025c8f41b37a (diff) | |
| download | faker-4337a8927cf2a41db5ed673d9c1c5f05517e15ae.tar.xz faker-4337a8927cf2a41db5ed673d9c1c5f05517e15ae.zip | |
Merge pull request #1 from kbariotis/through2-dep
through2 dependency added to devDependencies
| -rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index 58671d61..adff2f01 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,8 @@ "node-minify": "*", "optimist": "0.3.5", "sinon": "1.4.2", - "vinyl-transform": "0.0.1" + "vinyl-transform": "0.0.1", + "through2": "2.0.0" }, "license": "MIT", "main": "index.js" |
