From 19ccd42f21790bb1ac36ef7fe6a2e0a4a27b627a Mon Sep 17 00:00:00 2001 From: Amr Saber Date: Sun, 11 Dec 2022 20:37:17 +0200 Subject: [PATCH] update package owner --- .vscode/settings.json | 1 - LICENSE | 5 ++--- package-lock.json | 2 +- package.json | 4 ++-- readme.md | 10 +++++----- 5 files changed, 10 insertions(+), 12 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index f1012a3..06bfef2 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,6 +1,5 @@ { "cSpell.words": [ - "Coligo", "flushdb", "Millis", "mutex", diff --git a/LICENSE b/LICENSE index 948768b..3ba41a9 100644 --- a/LICENSE +++ b/LICENSE @@ -1,7 +1,6 @@ -Internet Systems Consortium license -=================================== +# Internet Systems Consortium license -Copyright (c) `2020`, `Coligo Tech` +Copyright (c) `2020`, `Amr Saber` Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice diff --git a/package-lock.json b/package-lock.json index ff0ade1..55a0f1c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "simple-redis-mutex", - "version": "1.3.0", + "version": "1.3.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 27b5d6e..2580360 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simple-redis-mutex", - "version": "1.3.0", + "version": "1.3.1", "description": "Mutex lock implemented using redis", "main": "index.js", "scripts": { @@ -12,7 +12,7 @@ "name": "Amr Saber", "email": "amr.m.saber.mail@gmail.com" }, - "repository": "https://github.com/coligo-tech/simple-redis-mutex", + "repository": "https://github.com/AmrSaber/simple-redis-mutex", "license": "ISC", "peerDependencies": { "ioredis": ">=4.27.1" diff --git a/readme.md b/readme.md index 8b232d2..181d63b 100644 --- a/readme.md +++ b/readme.md @@ -7,13 +7,13 @@ - - Release Status + + Release Status - - Test Dev Status + + Test Dev Status @@ -22,7 +22,7 @@ - + license