Skip to content

Commit eb987cb

Browse files
committed
Update GitHub handle references and repository URLs
1 parent 7d885cd commit eb987cb

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ jobs:
4040
uses: codecov/codecov-action@v5
4141
with:
4242
token: ${{ secrets.CODECOV_TOKEN }}
43-
slug: Lambdaphile/use-rtk-slice
43+
slug: emseidov/use-rtk-slice

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2025 Emrah Seidov (Lambdaphile)
3+
Copyright (c) 2025 Emrah Seidov
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<div align="center">
22
<h1>use-rtk-slice</h1>
3-
<p>A <a href="https://react.dev/">React</a> hook for working with <a href="https://redux-toolkit.js.org/">Redux Toolkit</a> slices, with zero setup and boilerplate ⚛️ 🛠️
3+
<p>⚛️ 🎣 <a href="https://react.dev/">React</a> hook for using <a href="https://redux-toolkit.js.org/">Redux Toolkit</a> slices, with zero setup and boilerplate.
44
</p>
55
<p>
66
<a href="https://www.npmjs.com/package/use-rtk-slice" target="_blank"><img alt="npm" src="https://img.shields.io/npm/v/use-rtk-slice.svg?label=NPM"></a>
77
<a href="https://www.npmjs.com/package/use-rtk-slice" target="_blank"><img alt="Downloads per month" src="https://img.shields.io/npm/dm/use-rtk-slice.svg?label=Downloads" /></a>
8-
<a href="https://codecov.io/gh/Lambdaphile/use-rtk-slice/tree/main" target="_blank"><img src="https://img.shields.io/codecov/c/github/Lambdaphile/use-rtk-slice?label=Coverage&token=0TD18JUTH7" alt="Codecov coverage" /></a>
8+
<a href="https://codecov.io/gh/emseidov/use-rtk-slice/tree/main" target="_blank"><img src="https://img.shields.io/codecov/c/github/emseidov/use-rtk-slice?label=Coverage&token=0TD18JUTH7" alt="Codecov coverage" /></a>
99
<a href="https://www.typescriptlang.org/" target="_blank"><img alt="TypeScript Ready" src="https://img.shields.io/badge/TypeScript-Ready-blue.svg"></a>
1010
</p>
1111
<pre>npm i <a href="https://www.npmjs.com/package/use-rtk-slice">use-rtk-slice</a></pre>

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "use-rtk-slice",
3-
"version": "1.1.0",
4-
"description": "React hook for working with Redux Toolkit slices, with zero setup and boilerplate ⚛️ 🛠️",
3+
"version": "1.1.1",
4+
"description": "⚛️ 🎣 React hook for using Redux Toolkit slices, with zero setup and boilerplate.",
55
"type": "module",
66
"main": "dist/index.cjs",
77
"module": "dist/index.js",
@@ -23,10 +23,10 @@
2323
"redux-toolkit",
2424
"slice"
2525
],
26-
"homepage": "https://github.com/Lambdaphile/use-rtk-slice",
26+
"homepage": "https://github.com/emseidov/use-rtk-slice",
2727
"repository": {
2828
"type": "git",
29-
"url": "git+ssh://[email protected]/Lambdaphile/use-rtk-slice.git"
29+
"url": "git+ssh://[email protected]/emseidov/use-rtk-slice.git"
3030
},
3131
"files": [
3232
"dist"
@@ -63,7 +63,7 @@
6363
"engines": {
6464
"node": ">=18"
6565
},
66-
"author": "Emrah Seidov (Lambdaphile)",
66+
"author": "Emrah Seidov",
6767
"license": "MIT",
6868
"devDependencies": {
6969
"@babel/core": "^7.27.1",

0 commit comments

Comments
 (0)