Skip to content

Commit 3a7fa08

Browse files
update the package infos
1 parent 9a2736d commit 3a7fa08

File tree

1 file changed

+22
-3
lines changed

1 file changed

+22
-3
lines changed

package.json

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,36 @@
11
{
22
"name": "react-use-lifecycle-helpers",
3-
"version": "1.0.0",
4-
"description": "helpers function arround useEffect hook to make your life easier",
3+
"version": "1.0.1",
4+
"description": "Helpers functions arround useEffect hook to make your life easier, providing the most use cases of useEffect hook, among them the lifecycle of class component.",
55
"author": "Mohcine NAZRHAN",
66
"license": "MIT",
7-
"repository": "Mohcine NAZRHAN/react-use-lifecycle-helpers",
87
"main": "dist/index.js",
98
"module": "dist/index.es.js",
109
"jsnext:main": "dist/index.es.js",
1110
"engines": {
1211
"node": ">=8",
1312
"npm": ">=5"
1413
},
14+
"homepage": "https://github.com/mohcinenazrhan/react-use-lifecycle-helpers",
15+
"repository": {
16+
"type": "git",
17+
"url": "https://github.com/mohcinenazrhan/react-use-lifecycle-helpers.git"
18+
},
19+
"keywords": [
20+
"hook",
21+
"react",
22+
"custom",
23+
"lifecycle",
24+
"component",
25+
"class",
26+
"methods",
27+
"componentDidUpdate",
28+
"componentDidMount",
29+
"componentWillUnmount",
30+
"useDidUpdate",
31+
"useDidMount",
32+
"useWillUnmount"
33+
],
1534
"scripts": {
1635
"test": "cross-env CI=1 react-scripts test --env=jsdom",
1736
"test:watch": "react-scripts test --env=jsdom",

0 commit comments

Comments
 (0)