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

Commit 3c1be5f

Browse files
greenkeeper[bot]vweevers
authored andcommitted
Upgrade standard devDependency from ^12.0.1 to ^13.0.1 🚀 (#171)
1 parent 58b3e07 commit 3c1be5f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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": "^12.0.1",
43+
"standard": "^13.0.1",
4444
"tape": "^4.0.0",
4545
"uuid": "^3.3.2"
4646
},

test/native-order-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ function humanRange (options) {
166166
var a = []
167167

168168
;['gt', 'gte', 'lt', 'lte'].forEach(function (opt) {
169-
if (options.hasOwnProperty(opt)) {
169+
if (opt in options) {
170170
var target = options[opt]
171171

172172
if (typeof target === 'string' || Array.isArray(target)) {

0 commit comments

Comments
 (0)