Skip to content

Commit bf6102c

Browse files
committed
Rename package
1 parent e482aaa commit bf6102c

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# hooks-toolbox
1+
# react-hooks-toolbox
22

33
Collection of Hooks.
44

@@ -9,13 +9,13 @@ Collection of Hooks.
99
### With npm
1010

1111
```sh
12-
npm i hooks-toolbox
12+
npm i react-hooks-toolbox
1313
```
1414

1515
### Or with yarn
1616

1717
```sh
18-
yarn add hooks-toolbox
18+
yarn add react-hooks-toolbox
1919
```
2020

2121
## API
@@ -102,7 +102,7 @@ Array containing:
102102
#### Example
103103

104104
```js
105-
import { useDymoOpenLabel, useDymoCheckService } from "hooks-toolbox";
105+
import { useDymoOpenLabel, useDymoCheckService } from "react-hooks-toolbox";
106106

107107
const DymoLabelPreview = () => {
108108
const [msg, statusDymoService] = useDymoCheckService();

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "hooks-toolbox",
2+
"name": "react-hooks-toolbox",
33
"version": "0.0.3",
4-
"description": "hooks-toolbox React component",
4+
"description": "React hooks toolbox",
55
"main": "lib/index.js",
66
"module": "es/index.js",
77
"files": [
@@ -44,7 +44,7 @@
4444
},
4545
"author": "apenab",
4646
"license": "MIT",
47-
"repository": "https://github.com/apenab/hooks-toolbox",
47+
"repository": "https://github.com/apenab/react-hooks-toolbox",
4848
"keywords": [
4949
"react-component",
5050
"react",

0 commit comments

Comments
 (0)