We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4590d5 commit 58bdb59Copy full SHA for 58bdb59
2 files changed
README.md
@@ -189,4 +189,4 @@ It's not possible to give a changing dependency to the `useSession` hook. The re
189
190
## License
191
192
-MIT © [Peteck](https://github.com/Peteck)
+MIT © [techbech](https://github.com/techbech)
package.json
@@ -1,12 +1,12 @@
1
{
2
"name": "@peteck/react-context-session",
3
- "version": "1.0.8",
+ "version": "1.0.9",
4
"description": "Arbitrary session data with support for multiple contexts",
5
- "author": "Peteck",
+ "author": "techbech",
6
"license": "MIT",
7
"repository": {
8
"type": "git",
9
- "url": "git+https://github.com/peteck/react-context-session.git"
+ "url": "git+https://github.com/techbech/react-context-session.git"
10
},
11
"main": "dist/index.js",
12
"module": "dist/index.modern.js",
0 commit comments