We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db6db26 commit 1d82e6cCopy full SHA for 1d82e6c
.gitignore
@@ -7,6 +7,9 @@ yarn-error.log*
7
lerna-debug.log*
8
.pnpm-debug.log*
9
10
+# macos
11
+.DS_Store
12
+
13
# Diagnostic reports (https://nodejs.org/api/report.html)
14
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
15
package.json
@@ -1,11 +1,11 @@
1
{
2
- "name": "react-life",
+ "name": "relife-hooks",
3
"version": "0.8.0",
4
"description": "Provides various custom hooks for React lifecycle",
5
"private": false,
6
"repository": {
"type": "git",
- "url": "git+https://github.com/Dok6n/react-life.git"
+ "url": "git+https://github.com/Dok6n/relife-hooks.git"
},
"author": "Dok6n <ehrbs2018@gmail.com>",
"license": "MIT",
0 commit comments