diff --git a/package.json b/package.json index 1047ade..de93f44 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ }, "devDependencies": { "proxyquire": "^2.1.3", - "standard": "^15.0.0", + "standard": "^16.0.3", "tap": "^14.10.8" }, "repository": { @@ -48,4 +48,4 @@ "url": "https://github.com/fastify/releasify/issues" }, "homepage": "https://github.com/fastify/releasify#readme" -} \ No newline at end of file +} diff --git a/test/proxy/npm-proxy.js b/test/proxy/npm-proxy.js index 935ffbd..499697b 100644 --- a/test/proxy/npm-proxy.js +++ b/test/proxy/npm-proxy.js @@ -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) }) } }