From cc99b818c08963ab7717a181adaa3ba945e8ce15 Mon Sep 17 00:00:00 2001 From: Sitraka Ratsimba Date: Mon, 22 Apr 2024 18:44:57 +0300 Subject: [PATCH] Update README --- LICENSE | 2 +- README.md | 2 +- package.json | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/LICENSE b/LICENSE index 038bc9f..30e426b 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2019 Sitraka Ratsimba +Copyright (c) 2024 Sitraka Ratsimba Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/README.md b/README.md index 7eccddf..5a376ee 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ hapi-auto-route is a hapi plugin that lets you load route objects automatically by specifying the root directory/directories containing the routes. And allow routes path to be prefixed. -Maintainer: [Sitraka Ratsimba](https://github.com/sitraka-hq) +Maintainer: [Sitraka Ratsimba](https://github.com/cooxe) ## Installation diff --git a/package.json b/package.json index 643bd66..61aa15a 100644 --- a/package.json +++ b/package.json @@ -3,14 +3,14 @@ "version": "3.1.0", "description": "Autoloads hapi routes", "author": "Sitraka Ratsimba ", - "main": "lib/index.js", + "main": "index.js", "keywords": [ "hapi", "route", "autoload" ], - "repository": "https://github.com/sitraka-hq/hapi-auto-route.git", - "bugs": "https://github.com/sitraka-hq/hapi-auto-route/issues", + "repository": "https://github.com/cooxe/hapi-auto-route.git", + "bugs": "https://github.com/cooxe/hapi-auto-route/issues", "license": "MIT", "scripts": { "test": "lab --coverage --lint",