Skip to content

Commit

Permalink
update package owner
Browse files Browse the repository at this point in the history
  • Loading branch information
AmrSaber committed Dec 11, 2022
1 parent 673b367 commit 19ccd42
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 12 deletions.
1 change: 0 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"cSpell.words": [
"Coligo",
"flushdb",
"Millis",
"mutex",
Expand Down
5 changes: 2 additions & 3 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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"
Expand Down
10 changes: 5 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
</a>

<!-- Github "Test Main" workflow status -->
<a href="https://github.com/coligo-tech/simple-redis-mutex/actions">
<img src="https://github.com/coligo-tech/simple-redis-mutex/workflows/Release/badge.svg?branch=master" alt="Release Status"/>
<a href="https://github.com/AmrSaber/simple-redis-mutex/actions">
<img src="https://github.com/AmrSaber/simple-redis-mutex/workflows/Release/badge.svg?branch=master" alt="Release Status"/>
</a>

<!-- Github "Test Dev" workflow status -->
<a href="https://github.com/coligo-tech/simple-redis-mutex/actions">
<img src="https://github.com/coligo-tech/simple-redis-mutex/workflows/Test%20Dev/badge.svg?branch=dev" alt="Test Dev Status"/>
<a href="https://github.com/AmrSaber/simple-redis-mutex/actions">
<img src="https://github.com/AmrSaber/simple-redis-mutex/workflows/Test%20Dev/badge.svg?branch=dev" alt="Test Dev Status"/>
</a>

<!-- NPM weekly downloads -->
Expand All @@ -22,7 +22,7 @@
</a>

<!-- License -->
<a href="https://github.com/coligo-tech/simple-redis-mutex/blob/master/LICENSE">
<a href="https://github.com/AmrSaber/simple-redis-mutex/blob/master/LICENSE">
<img src="https://img.shields.io/npm/l/simple-redis-mutex" alt="license"/>
</a>
</p>
Expand Down

0 comments on commit 19ccd42

Please sign in to comment.