Skip to content

Commit 1d82e6c

Browse files
committed
chore: rename package
1 parent db6db26 commit 1d82e6c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ yarn-error.log*
77
lerna-debug.log*
88
.pnpm-debug.log*
99

10+
# macos
11+
.DS_Store
12+
1013
# Diagnostic reports (https://nodejs.org/api/report.html)
1114
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
1215

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"name": "react-life",
2+
"name": "relife-hooks",
33
"version": "0.8.0",
44
"description": "Provides various custom hooks for React lifecycle",
55
"private": false,
66
"repository": {
77
"type": "git",
8-
"url": "git+https://github.com/Dok6n/react-life.git"
8+
"url": "git+https://github.com/Dok6n/relife-hooks.git"
99
},
1010
"author": "Dok6n <ehrbs2018@gmail.com>",
1111
"license": "MIT",

0 commit comments

Comments
 (0)