Skip to content

Commit

Permalink
keywords + warranty
Browse files Browse the repository at this point in the history
  • Loading branch information
JiProchazka committed Oct 3, 2023
1 parent 4e16850 commit 38212fb
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,3 +141,7 @@ npm run release
[license-href]: https://npmjs.com/package/nuxt-cookies-auth
[nuxt-src]: https://img.shields.io/badge/Nuxt-18181B?logo=nuxt.js
[nuxt-href]: https://nuxt.com

# Warranty

There is no warranty. Usage is at your own risk.
14 changes: 12 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
{
"name": "nuxt-cookies-auth",
"version": "1.0.1",
"description": "useCookiesAuth composable for Nuxt.js",
"description": "useCookiesAuth composable for Nuxt 3",
"repository": "https://github.com/JiProchazka/nuxt-cookies-auth",
"license": "MIT",
"keywords": [
"nuxt",
"cookies",
"jwt",
"refresh",
"refresh-token",
"access",
"access-token",
"httpOnly"
],
"type": "module",
"exports": {
".": {
Expand Down Expand Up @@ -43,4 +53,4 @@
"nuxt": "^3.7.4",
"vitest": "^0.33.0"
}
}
}

0 comments on commit 38212fb

Please sign in to comment.