Skip to content

Commit

Permalink
feat: @roshan-labs/auth 模块发布
Browse files Browse the repository at this point in the history
  • Loading branch information
gxmari007 committed Jan 5, 2024
1 parent 0c21a17 commit d9e5d22
Show file tree
Hide file tree
Showing 6 changed files with 762 additions and 1,078 deletions.
11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@roshan-labs/auth",
"description": "My new Nuxt module",
"repository": "your-org/my-module",
"description": "Nuxt3 auth module",
"repository": "https://github.com/roshan-labs/auth",
"license": "MIT",
"type": "module",
"exports": {
Expand All @@ -21,7 +21,7 @@
"dev": "nuxi dev playground",
"dev:build": "nuxi build playground",
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground && nuxi prepare playground-refresh",
"release": "npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
"release": "npm run prepack && changelogen --bump",
"lint": "eslint .",
"test": "vitest run",
"test:watch": "vitest watch"
Expand All @@ -31,10 +31,15 @@
"path": "cz-conventional-changelog"
}
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
},
"dependencies": {
"@nuxt/kit": "^3.8.2",
"@roshan-labs/http": "^0.0.3",
"defu": "^6.1.3",
"h3": "^1.10.0",
"knitwork": "^1.0.0",
"ufo": "^1.3.2"
},
Expand Down
Loading

0 comments on commit d9e5d22

Please sign in to comment.