From f659b4141b3a2f8d1692d847ec2c10fa868645cf Mon Sep 17 00:00:00 2001 From: Eli Doran Date: Fri, 4 Jan 2019 20:19:13 -0500 Subject: [PATCH] fix dep version mismatch and reverse manual version update --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 07cc3e2..c21b7b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "buffed", - "version": "1.0.0", + "version": "0.2.1", "description": "Acts as a stream to send a buffer, gather buffers, or both.", "main": "lib/index.js", "files": [ @@ -49,7 +49,7 @@ "istanbul": "^0.4.5", "mocha": "^5.2.0", "mocha-lcov-reporter": "^1.3.0", - "through2": "^2.0.3" + "through2": "^3.0.0" }, "dependencies": {}, "engines": {