Skip to content

Commit

Permalink
Bump standard from 15.0.1 to 16.0.3 (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] authored Nov 19, 2020
1 parent 16eb5a5 commit e8e5411
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"devDependencies": {
"proxyquire": "^2.1.3",
"standard": "^15.0.0",
"standard": "^16.0.3",
"tap": "^14.10.8"
},
"repository": {
Expand All @@ -48,4 +48,4 @@
"url": "https://github.com/fastify/releasify/issues"
},
"homepage": "https://github.com/fastify/releasify#readme"
}
}
2 changes: 1 addition & 1 deletion test/proxy/npm-proxy.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ module.exports = function factory (opts) {
if (data && dataCallback) {
dataCallback(data)
}
cb(code) // eslint-disable-line standard/no-callback-literal
cb(code)
})
}
}
Expand Down

0 comments on commit e8e5411

Please sign in to comment.