diff --git a/README.md b/README.md index 7972b5f..3cd95fc 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ Add the module to your `nuxt.config.ts` file: ```ts export default defineNuxtConfig({ - modules: ['app-lock'], // Replace with your actual module name + modules: ['app-lock'], }) ``` diff --git a/package.json b/package.json index 51409b5..7038fd1 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,13 @@ "version": "1.0.5", "description": "The App Lock module adds a password protection layer to your Nuxt 3 applications", "repository": "https://github.com/rashidpathiyil/app-lock", + "keywords": [ + "nuxt-module", + "app-lock", + "nuxt", + "site-lock" + ], + "author": "Rashid Pathiyil", "license": "MIT", "type": "module", "exports": { @@ -42,4 +49,4 @@ "nuxt": "^3.11.1", "vitest": "^1.4.0" } -} \ No newline at end of file +}