Skip to content

Commit

Permalink
v4.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Rolando Santamaria Maso authored and Rolando Santamaria Maso committed Aug 22, 2020
1 parent 9b67a04 commit 39aee02
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "restana",
"version": "4.7.2",
"version": "4.7.3",
"description": "Super fast and minimalist web framework for building REST micro-services.",
"main": "index.js",
"types": "index.d.ts",
Expand All @@ -12,7 +12,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/jkyberneees/ana.git"
"url": "git+https://github.com/jkyberneees/restana.git"
},
"keywords": [
"rest",
Expand All @@ -27,7 +27,7 @@
"author": "Rolando Santamaria Maso <kyberneees@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jkyberneees/ana/issues"
"url": "https://github.com/jkyberneees/restana/issues"
},
"files": [
"LICENSE.md",
Expand All @@ -36,7 +36,7 @@
"index.d.ts",
"libs/"
],
"homepage": "https://github.com/jkyberneees/ana#readme",
"homepage": "https://github.com/jkyberneees/restana#readme",
"dependencies": {
"0http": "^2.5.2"
},
Expand All @@ -51,7 +51,7 @@
"koa": "^2.13.0",
"koa-router": "^8.0.8",
"microtime": "^3.0.0",
"mocha": "^7.1.2",
"mocha": "^8.1.1",
"morgan": "^1.10.0",
"muneem": "^2.4.5",
"nyc": "^15.1.0",
Expand Down

0 comments on commit 39aee02

Please sign in to comment.