diff --git a/package.json b/package.json index b7a0d08..e80f94c 100644 --- a/package.json +++ b/package.json @@ -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"