Skip to content

Commit

Permalink
Bumped v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollina committed Feb 6, 2019
1 parent caff3e9 commit e2d6f1f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "fastify-plugin",
"version": "1.4.0",
"version": "1.5.0",
"description": "Plugin helper for Fastify",
"main": "index.js",
"typings": "fastify-plugin.d.ts",
Expand All @@ -24,11 +24,11 @@
},
"homepage": "https://github.com/fastify/fastify-plugin#readme",
"devDependencies": {
"@types/node": "^9.6.22",
"fastify": "^1.13.0",
"@types/node": "^9.6.41",
"fastify": "^1.14.1",
"proxyquire": "^2.0.1",
"standard": "^12.0.0",
"tap": "^12.0.0",
"tap": "^12.5.1",
"ts-node": "^7.0.0",
"typescript": "^2.9.2"
},
Expand Down

0 comments on commit e2d6f1f

Please sign in to comment.