Skip to content

Commit

Permalink
fix: rename repository to toggled (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
rqbazan authored Nov 6, 2021
1 parent 065c328 commit e132fe7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
<a href="https://npmjs.org/package/toggled">
<img alt="NPM version" src="https://img.shields.io/npm/v/toggled.svg?style=for-the-badge">
</a>
<a href="https://github.com/rqbazan/ff">
<img alt="LICENSE" src="https://img.shields.io/github/license/rqbazan/ff?style=for-the-badge">
<a href="https://github.com/rqbazan/toggled">
<img alt="LICENSE" src="https://img.shields.io/github/license/rqbazan/toggled?style=for-the-badge">
</a>
<a href="https://github.com/rqbazan/ff/actions/workflows/main.yml">
<img alt="CI" src="https://img.shields.io/github/workflow/status/rqbazan/ff/CI?label=CI&style=for-the-badge">
<a href="https://github.com/rqbazan/toggled/actions/workflows/main.yml">
<img alt="CI" src="https://img.shields.io/github/workflow/status/rqbazan/toggled/CI?label=CI&style=for-the-badge">
</a>
<a href="https://bundlephobia.com/package/toggled">
<img alt="Size" src="https://img.shields.io/bundlephobia/minzip/toggled?style=for-the-badge">
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"version": "0.0.0-development",
"repository": {
"type": "git",
"url": "https://github.com/rqbazan/ff.git"
"url": "https://github.com/rqbazan/toggled.git"
},
"license": "MIT",
"main": "dist/index.js",
Expand Down

0 comments on commit e132fe7

Please sign in to comment.