Skip to content

Commit dd9e561

Browse files
author
Timo Bechtel
committed
build: fix project urls
1 parent 6670c07 commit dd9e561

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ npm run test
8181

8282
Contributions, issues and feature requests are welcome!<br />
8383

84-
1. Check [issues](https://github.com/clipboard/clipboard/issues)
84+
1. Check [issues](https://github.com/CompactJS/clipboard/issues)
8585
1. Fork the Project
8686
1. Create your Feature Branch (`git checkout -b feat/AmazingFeature`)
8787
1. Test your changes `npm run test`
@@ -99,7 +99,7 @@ Give a ⭐️ if this project helped you!
9999

100100
## 📝 License
101101

102-
Distributed under the [MIT](https://github.com/clipboard/clipboard/blob/master/LICENSE) License.
102+
Distributed under the [MIT](https://github.com/CompactJS/clipboard/blob/master/LICENSE) License.
103103

104104
---
105105

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
],
2222
"repository": {
2323
"type": "git",
24-
"url": "git+https://github.com/clipboard/clipboard.git"
24+
"url": "git+https://github.com/CompactJS/clipboard.git"
2525
},
2626
"keywords": [
2727
"javascript",
@@ -32,9 +32,9 @@
3232
"author": "Timo Bechtel",
3333
"license": "MIT",
3434
"bugs": {
35-
"url": "https://github.com/clipboard/clipboard/issues"
35+
"url": "https://github.com/CompactJS/clipboard/issues"
3636
},
37-
"homepage": "https://github.com/clipboard/clipboard#readme",
37+
"homepage": "https://github.com/CompactJS/clipboard#readme",
3838
"devDependencies": {
3939
"@semantic-release/changelog": "^5.0.0",
4040
"@semantic-release/git": "^9.0.0",

0 commit comments

Comments
 (0)