Skip to content

Commit

Permalink
fix dep version mismatch and reverse manual version update
Browse files Browse the repository at this point in the history
  • Loading branch information
elidoran committed Jan 5, 2019
1 parent 8c769a9 commit f659b41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down Expand Up @@ -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": {
Expand Down

0 comments on commit f659b41

Please sign in to comment.