Skip to content

Commit

Permalink
Upgrade standard devDependency from ^12.0.1 to ^13.0.1 🚀 (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
greenkeeper[bot] authored and vweevers committed Jul 12, 2019
1 parent 58b3e07 commit 3c1be5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"level-community": "^3.0.0",
"level-concat-iterator": "^2.0.0",
"nyc": "^14.0.0",
"standard": "^12.0.1",
"standard": "^13.0.1",
"tape": "^4.0.0",
"uuid": "^3.3.2"
},
Expand Down
2 changes: 1 addition & 1 deletion test/native-order-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ function humanRange (options) {
var a = []

;['gt', 'gte', 'lt', 'lte'].forEach(function (opt) {
if (options.hasOwnProperty(opt)) {
if (opt in options) {
var target = options[opt]

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

0 comments on commit 3c1be5f

Please sign in to comment.