From 47014198e4220de29f257dab53a3767679188e7d Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Mon, 9 May 2022 08:52:20 -0500 Subject: [PATCH] Change package scope to `MillironX` Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com> --- package-lock.json | 4 ++-- package.json | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3a2eded..f613c2e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "@criblinc/docker-names", + "name": "@millironx/docker-names", "version": "1.1.4", "lockfileVersion": 2, "requires": true, "packages": { "": { - "name": "@criblinc/docker-names", + "name": "@millironx/docker-names", "version": "1.1.4", "license": "ISC", "devDependencies": { diff --git a/package.json b/package.json index 3f9fad7..ff18a9d 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@criblinc/docker-names", + "name": "@millironx/docker-names", "version": "1.1.4", "description": "Fork of docker names for javascript", "files": [ @@ -15,7 +15,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/criblio/docker-names.git" + "url": "git+https://github.com/MillironX/docker-names.git" }, "publishConfig": { "access": "public" @@ -28,12 +28,12 @@ "docker-names", "docker-name" ], - "author": "Cribl", + "author": "MillironX", "license": "ISC", "bugs": { - "url": "https://github.com/criblio/docker-names/issues" + "url": "https://github.com/MillironX/docker-names/issues" }, - "homepage": "https://github.com/criblio/docker-names#readme", + "homepage": "https://github.com/MillironX/docker-names#readme", "devDependencies": { "@types/jest": "^26.0.22", "jest": "^26.6.3",