Skip to content

Commit

Permalink
Bumped v0.18.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollina committed Aug 12, 2018
1 parent 02d7d1e commit ecc1294
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fastify-cli",
"version": "0.17.0",
"version": "0.18.0",
"description": "Run a fastify route with one command!",
"main": "cli.js",
"bin": {
Expand Down Expand Up @@ -43,28 +43,28 @@
},
"dependencies": {
"chalk": "^2.4.1",
"chokidar": "^2.0.4",
"commist": "^1.0.0",
"dotenv": "^6.0.0",
"fastify": "^1.6.0",
"fastify-plugin": "^1.1.2",
"fastify": "^1.9.0",
"fastify-plugin": "^1.2.0",
"generify": "^3.0.0",
"help-me": "^1.1.0",
"is-docker": "^1.1.0",
"minimist": "^1.2.0",
"pino-colada": "^1.4.4",
"pump": "^3.0.0",
"resolve-from": "^4.0.0",
"update-notifier": "^2.4.0",
"chokidar": "^2.0.4"
"update-notifier": "^2.4.0"
},
"devDependencies": {
"fastify-autoload": "^0.4.0",
"mkdirp": "^0.5.1",
"pre-commit": "^1.2.2",
"proxyquire": "^2.0.1",
"rimraf": "^2.6.2",
"simple-get": "^3.0.1",
"sinon": "^6.0.0",
"simple-get": "^3.0.3",
"sinon": "^6.1.5",
"standard": "^11.0.1",
"tap": "^12.0.0",
"walker": "^1.0.7"
Expand Down

0 comments on commit ecc1294

Please sign in to comment.