chore(release): v1.0.1

This commit is contained in:
René Preuß
2023-02-18 14:28:34 +01:00
parent 47b0bf4ec9
commit b4e7fea29b

View File

@@ -1,6 +1,6 @@
{
"name": "@bitinflow/nuxt-oauth",
"version": "1.0.0",
"version": "1.0.1",
"description": "Nuxt 3 OAuth Module",
"license": "MIT",
"type": "module",
@@ -21,7 +21,7 @@
"dev": "nuxi dev playground",
"dev:build": "nuxi build playground",
"dev:prepare": "nuxt-module-build --stub && nuxi prepare playground",
"release": "npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
"release": "npm run lint && npm run test && npm run prepack && changelogen --release && npm publish --access public && git push --follow-tags",
"lint": "eslint .",
"test": "vitest run",
"test:watch": "vitest watch"