Skip to content

Commit

Permalink
Merge b063ee6 into 3654ae9
Browse files Browse the repository at this point in the history
  • Loading branch information
lependu committed May 2, 2020
2 parents 3654ae9 + b063ee6 commit 7619085
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ The plugin supports the following `Fastify` versions. Please refer to the corres

Version | Branch | Fastify | End of Support
--------|--------|---------|---------------
1.x | [1.x](https://github.com/lependu/fastify-language-parser/tree/1.x) | [1.x](https://github.com/fastify/fastify/tree/1.x) | 2019-09-01
2.x | [master](https://github.com/lependu/fastify-language-parser/tree/master) | [2.x](https://github.com/fastify/fastify/tree/master) | TBD
1.x | [1.x](https://github.com/lependu/fastify-language-parser/tree/1.x) | [1.x](https://github.com/fastify/fastify/tree/1.x) | EOL
2.x | [2.x](https://github.com/lependu/fastify-language-parser/tree/2.x) | [2.x](https://github.com/fastify/fastify/tree/2.x) | TBD
3.x | [master](https://github.com/lependu/fastify-language-parser/tree/master) | [3.x](https://github.com/fastify/fastify/tree/master) | TBD

## Example
```js
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"homepage": "https://github.com/lependu/fastify-language-parser#readme",
"devDependencies": {
"fastify": "^2.4.1",
"fastify": "^3.0.0-rc.1",
"standard": "^14.0.0",
"tap": "^14.10.7"
},
Expand Down
2 changes: 1 addition & 1 deletion plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ const fastifyLP = (fastify, opts, next) => {
}

module.exports = fp(fastifyLP, {
fastify: '>=2.0.0',
fastify: '>=3.0.0',
name: 'fastify-language-parser'
})

0 comments on commit 7619085

Please sign in to comment.