diff options
| author | Kostas Bariotis <[email protected]> | 2015-07-17 22:51:42 +0300 |
|---|---|---|
| committer | Kostas Bariotis <[email protected]> | 2015-07-17 22:51:42 +0300 |
| commit | 93cef07a15e5bbacd1e1047bdbf3025c8f41b37a (patch) | |
| tree | 8dbb5b0015f66772691d4d6c66157d108821fc0b | |
| parent | a0465fcd7678812cfe697c3dd045085d94e52cfa (diff) | |
| download | faker-93cef07a15e5bbacd1e1047bdbf3025c8f41b37a.tar.xz faker-93cef07a15e5bbacd1e1047bdbf3025c8f41b37a.zip | |
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" |
