Skip to content

Commit

Permalink
update the package infos
Browse files Browse the repository at this point in the history
  • Loading branch information
mohcinenazrhan committed Feb 16, 2020
1 parent 9a2736d commit 3a7fa08
Showing 1 changed file with 22 additions and 3 deletions.
25 changes: 22 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,36 @@
{
"name": "react-use-lifecycle-helpers",
"version": "1.0.0",
"description": "helpers function arround useEffect hook to make your life easier",
"version": "1.0.1",
"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.",
"author": "Mohcine NAZRHAN",
"license": "MIT",
"repository": "Mohcine NAZRHAN/react-use-lifecycle-helpers",
"main": "dist/index.js",
"module": "dist/index.es.js",
"jsnext:main": "dist/index.es.js",
"engines": {
"node": ">=8",
"npm": ">=5"
},
"homepage": "https://github.com/mohcinenazrhan/react-use-lifecycle-helpers",
"repository": {
"type": "git",
"url": "https://github.com/mohcinenazrhan/react-use-lifecycle-helpers.git"
},
"keywords": [
"hook",
"react",
"custom",
"lifecycle",
"component",
"class",
"methods",
"componentDidUpdate",
"componentDidMount",
"componentWillUnmount",
"useDidUpdate",
"useDidMount",
"useWillUnmount"
],
"scripts": {
"test": "cross-env CI=1 react-scripts test --env=jsdom",
"test:watch": "react-scripts test --env=jsdom",
Expand Down

0 comments on commit 3a7fa08

Please sign in to comment.