Skip to content

Commit

Permalink
update pckg.json 🎗 ..
Browse files Browse the repository at this point in the history
  • Loading branch information
imed jaberi committed Apr 3, 2022
1 parent b63aee7 commit 707e6c1
Showing 1 changed file with 7 additions and 13 deletions.
20 changes: 7 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "koa-joi-router",
"name": "@koa-better-modules/joi-router",
"version": "8.0.0",
"description": "Configurable, input validated routing for koa.",
"main": "joi-router.js",
Expand All @@ -21,25 +21,19 @@
"node": ">= 14"
},
"author": {
"name": "Aaron Heckmann",
"email": "[email protected]"
"name": "Imed Jaberi",
"email": "[email protected]",
"url": "https://www.3imed-jaberi.com/"
},
"contributors": [
{
"name": "Imed Jaberi",
"email": "[email protected]",
"url": "https://www.3imed-jaberi.com/"
}
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/koajs/joi-router.git"
"url": "https://github.com/koa-better-modules/joi-router.git"
},
"bugs": {
"url": "https://github.com/koajs/joi-router/issues"
"url": "https://github.com/koa-better-modules/joi-router/issues"
},
"homepage": "https://github.com/koajs/joi-router",
"homepage": "https://github.com/koa-better-modules/joi-router",
"dependencies": {
"@koa/router": "^10.1.1",
"await-busboy": "^1.0.3",
Expand Down

0 comments on commit 707e6c1

Please sign in to comment.