Skip to content

Commit

Permalink
docs: improve readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rashidpathiyil committed Apr 1, 2024
1 parent 1af9800 commit f1d94c0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
})
```

Expand Down
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down Expand Up @@ -42,4 +49,4 @@
"nuxt": "^3.11.1",
"vitest": "^1.4.0"
}
}
}

0 comments on commit f1d94c0

Please sign in to comment.