diff --git a/package.json b/package.json index e48d59a..e16ef0d 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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", @@ -27,7 +27,7 @@ "author": "Rolando Santamaria Maso ", "license": "MIT", "bugs": { - "url": "https://github.com/jkyberneees/ana/issues" + "url": "https://github.com/jkyberneees/restana/issues" }, "files": [ "LICENSE.md", @@ -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" }, @@ -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",