Skip to content

Commit

Permalink
Merge pull request #23 from lependu/dependabot/npm_and_yarn/standard-…
Browse files Browse the repository at this point in the history
…16.0.1

Bump standard from 14.3.4 to 16.0.1
  • Loading branch information
lependu committed Jan 14, 2021
2 parents 568bdcd + 316eb48 commit a85c48b
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 @@ -28,7 +28,7 @@
"homepage": "https://github.com/lependu/fastify-language-parser#readme",
"devDependencies": {
"fastify": "^3.0.3",
"standard": "^14.3.4",
"standard": "^16.0.1",
"tap": "^14.10.7"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const fastifyLP = (fastify, opts, next) => {
return next(new Error(`${name} parser found multiple times in order option. Try scope your routes instead.`))
}

fastify.addHook(
return fastify.addHook(
'preHandler',
require('./parser')(name, options)
)
Expand Down

0 comments on commit a85c48b

Please sign in to comment.