Skip to content

Commit

Permalink
build(deps-dev): bump standard from 16.0.4 to 17.0.0 (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs authored Apr 26, 2022
1 parent d5af243 commit bebc18b
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 @@ -34,7 +34,7 @@
"fastify": "^3.0.0",
"pre-commit": "^1.2.2",
"snazzy": "^9.0.0",
"standard": "^16.0.3",
"standard": "^17.0.0",
"tap": "^16.0.0",
"tsd": "^0.20.0"
},
Expand Down
2 changes: 1 addition & 1 deletion test/fastify-env.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ t.test('should use custom config key name', t => {

const fastify = Fastify()
fastify.register(fastifyEnv, {
schema: schema,
schema,
confKey: 'customConfigKeyName'
})
.ready(() => {
Expand Down

0 comments on commit bebc18b

Please sign in to comment.