Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
lmangani committed Jul 11, 2022
1 parent ac7a4b8 commit d397483
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webshark-api",
"version": "1.0.2",
"version": "1.0.3",
"description": "webShark/sharkd API backend",
"main": "app.js",
"directories": {
Expand All @@ -24,7 +24,8 @@
"fastify-file-upload": "^1.0.0",
"fastify-plugin": "^1.5.0",
"fastify-static": "^2.4.0",
"promise-socket": "^4.0.1"
"promise-socket": "^4.0.1",
"node-fetch": "^3.2.6"
},
"devDependencies": {
"tap": "^12.5.3"
Expand Down

0 comments on commit d397483

Please sign in to comment.