Skip to content
This repository was archived by the owner on Dec 2, 2024. It is now read-only.

Commit aacb0ea

Browse files
greenkeeper[bot]Lars-Magnus Skog
authored andcommitted
update and fix standard
Closes #176
1 parent 86dd5e7 commit aacb0ea

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

iterator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Iterator.prototype.onItem = function (cursor) {
8989
this._cache.push(cursor.key, cursor.value)
9090

9191
if (this._limit <= 0 || ++this._count < this._limit) {
92-
cursor['continue']()
92+
cursor.continue()
9393
}
9494

9595
this.maybeNext()

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"level-community": "^3.0.0",
4141
"level-concat-iterator": "^2.0.0",
4242
"nyc": "^14.0.0",
43-
"standard": "^13.0.1",
43+
"standard": "^14.0.2",
4444
"tape": "^4.0.0",
4545
"uuid": "^3.3.2"
4646
},

0 commit comments

Comments
 (0)