Skip to content

Commit

Permalink
♻️ lets try a different package name
Browse files Browse the repository at this point in the history
  • Loading branch information
acidjazz committed Jan 20, 2025
1 parent 12af006 commit 677b741
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ My new Nuxt module for doing amazing things.
Install the module to your Nuxt application with one command:

```bash
npx nuxi module add care
npx nuxi module add fume.care
```

That's it! You can now use Fume Care Nuxt module in your Nuxt app ✨
Expand Down Expand Up @@ -62,14 +62,14 @@ That's it! You can now use Fume Care Nuxt module in your Nuxt app ✨


<!-- Badges -->
[npm-version-src]: https://img.shields.io/npm/v/care/latest.svg?style=flat&colorA=020420&colorB=00DC82
[npm-version-href]: https://npmjs.com/package/care
[npm-version-src]: https://img.shields.io/npm/v/fume.care/latest.svg?style=flat&colorA=020420&colorB=00DC82
[npm-version-href]: https://npmjs.com/package/fume.care

[npm-downloads-src]: https://img.shields.io/npm/dm/care.svg?style=flat&colorA=020420&colorB=00DC82
[npm-downloads-href]: https://npm.chart.dev/care
[npm-downloads-src]: https://img.shields.io/npm/dm/fume.care.svg?style=flat&colorA=020420&colorB=00DC82
[npm-downloads-href]: https://npm.chart.dev/fume.care

[license-src]: https://img.shields.io/npm/l/care.svg?style=flat&colorA=020420&colorB=00DC82
[license-href]: https://npmjs.com/package/care
[license-src]: https://img.shields.io/npm/l/fume.care.svg?style=flat&colorA=020420&colorB=00DC82
[license-href]: https://npmjs.com/package/fume.care

[nuxt-src]: https://img.shields.io/badge/Nuxt-020420?logo=nuxt.js
[nuxt-href]: https://nuxt.com
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "care",
"name": "fume.care",
"version": "0.0.2",
"description": "Fume Care Nuxt module",
"repository": "fumeapp/care",
Expand Down

0 comments on commit 677b741

Please sign in to comment.