diff --git a/README.md b/README.md index 6e122e0..64a8a71 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,10 @@ Get your module up and running quickly. Find and replace all on all files (CMD+SHIFT+F): - Name: Nuxt Umami -- Package name: nu-ma -- Description: My new Nuxt module +- Package name: nuxima --> -# Nuxt Umami +# Nuxima (Nuxt Umami) [![npm version][npm-version-src]][npm-version-href] [![npm downloads][npm-downloads-src]][npm-downloads-href] @@ -17,7 +16,7 @@ Find and replace all on all files (CMD+SHIFT+F): Umami Module for Nuxt - [✨  Release Notes](/CHANGELOG.md) - + ## Features @@ -32,7 +31,7 @@ Umami Module for Nuxt Install the module to your Nuxt application with one command: ```bash -npx nuxi module add nu-ma +npx nuxi module add nuxima ``` That's it! You can now use Nuxt Umami in your Nuxt app ✨ @@ -69,14 +68,14 @@ That's it! You can now use Nuxt Umami in your Nuxt app ✨ -[npm-version-src]: https://img.shields.io/npm/v/nu-ma/latest.svg?style=flat&colorA=020420&colorB=00DC82 -[npm-version-href]: https://npmjs.com/package/nu-ma +[npm-version-src]: https://img.shields.io/npm/v/nuxima/latest.svg?style=flat&colorA=020420&colorB=00DC82 +[npm-version-href]: https://npmjs.com/package/nuxima -[npm-downloads-src]: https://img.shields.io/npm/dm/nu-ma.svg?style=flat&colorA=020420&colorB=00DC82 -[npm-downloads-href]: https://npmjs.com/package/nu-ma +[npm-downloads-src]: https://img.shields.io/npm/dm/nuxima.svg?style=flat&colorA=020420&colorB=00DC82 +[npm-downloads-href]: https://npmjs.com/package/nuxima -[license-src]: https://img.shields.io/npm/l/nu-ma.svg?style=flat&colorA=020420&colorB=00DC82 -[license-href]: https://npmjs.com/package/nu-ma +[license-src]: https://img.shields.io/npm/l/nuxima.svg?style=flat&colorA=020420&colorB=00DC82 +[license-href]: https://npmjs.com/package/nuxima [nuxt-src]: https://img.shields.io/badge/Nuxt-020420?logo=nuxt.js [nuxt-href]: https://nuxt.com diff --git a/package.json b/package.json index d22ca5d..67da913 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { - "name": "nu-ma", + "name": "nuxima", "type": "module", "version": "0.0.0", "description": "Umami module for Nuxt", "license": "MIT", - "repository": "ijkml/nu-ma", + "repository": "ijkml/nuxima", "exports": { ".": { "types": "./dist/types.d.ts", diff --git a/playground/package.json b/playground/package.json index 9b2c372..35c4995 100644 --- a/playground/package.json +++ b/playground/package.json @@ -1,5 +1,5 @@ { - "name": "nu-ma-playground", + "name": "nuxima-playground", "type": "module", "private": true, "scripts": { diff --git a/src/module.ts b/src/module.ts index 7cfb47c..0b2cdb4 100644 --- a/src/module.ts +++ b/src/module.ts @@ -8,7 +8,7 @@ import type { ModuleOptions } from './types'; export default defineNuxtModule({ meta: { - name: 'nu-ma', + name: 'nuxima', configKey: 'umami', },