Skip to content

Commit 6dda93b

Browse files
committed
Update urls
1 parent 138d44e commit 6dda93b

File tree

3 files changed

+92
-207
lines changed

3 files changed

+92
-207
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# [react-wordpress-hooks](https://github.com/jb1905/react-wordpress-hooks)
1+
# [react-wordpress-hooks](https://github.com/cool-hooks/react-wordpress-hooks)
22

33
[![NPM version](http://img.shields.io/npm/v/react-wordpress-hooks.svg?style=flat-square)](https://www.npmjs.com/package/react-wordpress-hooks)
44
[![NPM downloads](http://img.shields.io/npm/dm/react-wordpress-hooks.svg?style=flat-square)](https://www.npmjs.com/package/react-wordpress-hooks)
@@ -18,7 +18,7 @@ $ yarn add react-wordpress-hooks
1818
```
1919

2020
## Getting Started
21-
[Docs for context and all hooks are available here](https://jb1905.github.io/react-wordpress-hooks/)
21+
[Docs for context and all hooks are available here](https://cool-hooks.github.io/react-wordpress-hooks/)
2222

2323
## License
2424
This project is licensed under the MIT License © 2019-present Jakub Biesiada

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"repository": {
2121
"type": "git",
22-
"url": "https://github.com/JB1905/react-wordpress-hooks.git"
22+
"url": "https://github.com/cool-hooks/react-wordpress-hooks.git"
2323
},
2424
"keywords": [
2525
"WordPress",
@@ -30,22 +30,22 @@
3030
"API"
3131
],
3232
"bugs": {
33-
"url": "https://github.com/JB1905/react-wordpress-hooks/issues"
33+
"url": "https://github.com/cool-hooks/react-wordpress-hooks/issues"
3434
},
35-
"homepage": "https://github.com/JB1905/react-wordpress-hooks#readme",
35+
"homepage": "https://github.com/cool-hooks/react-wordpress-hooks#readme",
3636
"devDependencies": {
37-
"@rollup/plugin-node-resolve": "^7.1.1",
37+
"@rollup/plugin-node-resolve": "^7.1.3",
3838
"@types/react": "^16.9.34",
39-
"@typescript-eslint/parser": "^2.27.0",
39+
"@typescript-eslint/parser": "^2.28.0",
4040
"docz": "^2.3.1",
4141
"eslint": "^6.8.0",
4242
"eslint-config-prettier": "^6.10.1",
43-
"eslint-plugin-prettier": "^3.1.2",
43+
"eslint-plugin-prettier": "^3.1.3",
4444
"eslint-plugin-react": "^7.19.0",
4545
"eslint-plugin-react-hooks": "^3.0.0",
4646
"gh-pages": "^2.2.0",
4747
"husky": "^4.2.5",
48-
"lint-staged": "^10.1.3",
48+
"lint-staged": "^10.1.6",
4949
"prettier": "^2.0.4",
5050
"react": "^16.13.1",
5151
"react-dom": "^16.13.1",

0 commit comments

Comments
 (0)