Skip to content

Commit 4f51002

Browse files
committed
Bumped v0.2.0
1 parent 64209db commit 4f51002

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fastify-cli",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"description": "Run a fastify route with one command!",
55
"main": "cli.js",
66
"bin": {
@@ -29,7 +29,9 @@
2929
},
3030
"dependencies": {
3131
"fastify": "^0.5.0",
32-
"minimist": "^1.2.0"
32+
"minimist": "^1.2.0",
33+
"pino": "^3.0.2",
34+
"pump": "^1.0.1"
3335
},
3436
"devDependencies": {
3537
"request": "^2.79.0",

0 commit comments

Comments
 (0)