Skip to content

Commit

Permalink
fix: correct repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmad Nassri committed Oct 12, 2021
1 parent 90107ac commit ff91a66
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,16 +120,16 @@ If you're using `ESlint` or similar tooling, please refer to [`prefer-promise-re
> Twitter: [@AhmadNassri](https://twitter.com/AhmadNassri)
[license-url]: LICENSE
[license-img]: https://badgen.net/github/license/ahmadnassri/node-template-literals-engine
[license-img]: https://badgen.net/github/license/ahmadnassri/node-smart-promise

[release-url]: https://github.com/ahmadnassri/node-template-literals-engine/releases
[release-img]: https://badgen.net/github/release/ahmadnassri/node-template-literals-engine
[release-url]: https://github.com/ahmadnassri/node-smart-promise/releases
[release-img]: https://badgen.net/github/release/ahmadnassri/node-smart-promise

[super-linter-url]: https://github.com/ahmadnassri/node-template-literals-engine/actions?query=workflow%3Asuper-linter
[super-linter-img]: https://github.com/ahmadnassri/node-template-literals-engine/workflows/super-linter/badge.svg
[super-linter-url]: https://github.com/ahmadnassri/node-smart-promise/actions?query=workflow%3Asuper-linter
[super-linter-img]: https://github.com/ahmadnassri/node-smart-promise/workflows/super-linter/badge.svg

[test-url]: https://github.com/ahmadnassri/node-template-literals-engine/actions?query=workflow%3Atest
[test-img]: https://github.com/ahmadnassri/node-template-literals-engine/workflows/test/badge.svg
[test-url]: https://github.com/ahmadnassri/node-smart-promise/actions?query=workflow%3Atest
[test-img]: https://github.com/ahmadnassri/node-smart-promise/workflows/test/badge.svg

[semantic-url]: https://github.com/ahmadnassri/node-template-literals-engine/actions?query=workflow%3Arelease
[semantic-url]: https://github.com/ahmadnassri/node-smart-promise/actions?query=workflow%3Arelease
[semantic-img]: https://badgen.net/badge/📦/semantically%20released/blue
2 changes: 1 addition & 1 deletion colophon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ id: smart-promise
about:
title: Smart Promise
description: Smart Promise is a Promise extension that provides filtered catch handler.
repository: ahmadnassri/node-template-literals-engine
repository: ahmadnassri/node-smart-promise
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"name": "smart-promise",
"description": "a Promise extension that provides filtered catch handler",
"author": "Ahmad Nassri <ahmad@ahmadnassri.com> (https://www.ahmadnassri.com/)",
"homepage": "https://github.com/ahmadnassri/smart-promise",
"homepage": "https://github.com/ahmadnassri/node-smart-promise",
"repository": {
"type": "git",
"url": "https://github.com/ahmadnassri/smart-promise.git"
"url": "https://github.com/ahmadnassri/node-smart-promise.git"
},
"bugs": {
"url": "https://github.com/ahmadnassri/smart-promise/issues"
"url": "https://github.com/ahmadnassri/node-smart-promise/issues"
},
"funding": {
"type": "individual",
Expand Down

0 comments on commit ff91a66

Please sign in to comment.