Skip to content

Commit 58bdb59

Browse files
committed
changed author information
1 parent b4590d5 commit 58bdb59

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,4 +189,4 @@ It's not possible to give a changing dependency to the `useSession` hook. The re
189189

190190
## License
191191

192-
MIT © [Peteck](https://github.com/Peteck)
192+
MIT © [techbech](https://github.com/techbech)

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "@peteck/react-context-session",
3-
"version": "1.0.8",
3+
"version": "1.0.9",
44
"description": "Arbitrary session data with support for multiple contexts",
5-
"author": "Peteck",
5+
"author": "techbech",
66
"license": "MIT",
77
"repository": {
88
"type": "git",
9-
"url": "git+https://github.com/peteck/react-context-session.git"
9+
"url": "git+https://github.com/techbech/react-context-session.git"
1010
},
1111
"main": "dist/index.js",
1212
"module": "dist/index.modern.js",

0 commit comments

Comments
 (0)