Skip to content

Commit 4e81ce7

Browse files
committed
upgrade deps, remove unused var
1 parent d51ddf7 commit 4e81ce7

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,9 @@ function BinarySplit (matcher) {
77
if (!(this instanceof BinarySplit)) return new BinarySplit(matcher)
88
matcher = Buffer(matcher || os.EOL)
99
var buffered
10-
var bufcount = 0
1110
return through(write, end)
1211

1312
function write (buf, enc, done) {
14-
bufcount++
1513
var offset = 0
1614
var lastMatch = 0
1715
if (buffered) {

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"through2": "^2.0.0"
2020
},
2121
"devDependencies": {
22-
"standard": "^6.0.8",
23-
"tape": "~4.5.1"
22+
"standard": "^8.0.0-beta.5",
23+
"tape": "~4.6.0"
2424
}
2525
}

0 commit comments

Comments
 (0)