Skip to content

Commit 8dcebb9

Browse files
refactor: change package namerefactor: change package name
1 parent 1e5e984 commit 8dcebb9

File tree

7 files changed

+650
-50
lines changed

7 files changed

+650
-50
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
# react-use-lifecycle-methods
1+
# react-use-lifecycle-helpers
22

33
> helpers function arround useEffect hook to make your life easier
44
5-
[![NPM](https://img.shields.io/npm/v/react-use-lifecycle-methods.svg)](https://www.npmjs.com/package/react-use-lifecycle-methods) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
5+
[![NPM](https://img.shields.io/npm/v/react-use-lifecycle-helpers.svg)](https://www.npmjs.com/package/react-use-lifecycle-helpers) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
66

77
## Install
88

99
```bash
10-
npm install --save react-use-lifecycle-methods
10+
npm install --save react-use-lifecycle-helpers
1111
```
1212

1313
## Usage
1414

1515
```jsx
1616
import React, { Component } from 'react'
1717

18-
import MyComponent from 'react-use-lifecycle-methods'
18+
import MyComponent from 'react-use-lifecycle-helpers'
1919

2020
class Example extends Component {
2121
render () {

example/package-lock.json

Lines changed: 523 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "react-use-lifecycle-methods-example",
3-
"homepage": "https://Mohcine NAZRHAN.github.io/react-use-lifecycle-methods",
2+
"name": "react-use-lifecycle-helpers-example",
3+
"homepage": "https://Mohcine NAZRHAN.github.io/react-use-lifecycle-helpers",
44
"version": "0.0.0",
55
"license": "MIT",
66
"private": true,
@@ -9,7 +9,7 @@
99
"react": "^16.4.1",
1010
"react-dom": "^16.4.1",
1111
"react-scripts": "^1.1.4",
12-
"react-use-lifecycle-methods": "file:.."
12+
"react-use-lifecycle-helpers": "file:.."
1313
},
1414
"scripts": {
1515
"start": "react-scripts start",

example/public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<link rel="manifest" href="%PUBLIC_URL%/manifest.json">
99

10-
<title>react-use-lifecycle-methods</title>
10+
<title>react-use-lifecycle-helpers</title>
1111
</head>
1212

1313
<body>

example/public/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"short_name": "react-use-lifecycle-methods",
3-
"name": "react-use-lifecycle-methods",
2+
"short_name": "react-use-lifecycle-helpers",
3+
"name": "react-use-lifecycle-helpers",
44
"start_url": "./index.html",
55
"display": "standalone",
66
"theme_color": "#000000",

0 commit comments

Comments
 (0)