Skip to content

Commit

Permalink
Bumped v1.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollina committed Jul 1, 2018
1 parent cdac717 commit 9e164ab
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.1.3",
"version": "1.2.0",
"description": "Plugin helper for Fastify",
"main": "index.js",
"typings": "fastify-plugin.d.ts",
Expand All @@ -24,13 +24,13 @@
},
"homepage": "https://github.com/fastify/fastify-plugin#readme",
"devDependencies": {
"@types/node": "^9.6.21",
"fastify": "^1.5.0",
"@types/node": "^9.6.22",
"fastify": "^1.7.0",
"proxyquire": "^2.0.1",
"standard": "^11.0.1",
"tap": "^12.0.0",
"ts-node": "^7.0.0",
"typescript": "^2.9.1"
"typescript": "^2.9.2"
},
"dependencies": {
"semver": "^5.5.0"
Expand Down

0 comments on commit 9e164ab

Please sign in to comment.