From 791b5814e74f5c127028c9783d6ac5d1a169458d Mon Sep 17 00:00:00 2001 From: Eran Hammer Date: Thu, 22 Oct 2020 12:47:05 -0700 Subject: [PATCH] Update package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f5a5ef8..a9d5686 100755 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { - "name": "@hapi/hawk", + "name": "hawk", "description": "HTTP Hawk Authentication Scheme", "version": "8.0.0", - "repository": "git://github.com/hapijs/hawk", + "repository": "git://github.com/mozilla/hawk", "main": "lib/index.js", "files": [ "lib"