Skip to content

Commit

Permalink
ci: set npm publish access level to public
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdmlln committed Feb 5, 2024
1 parent 34cfa94 commit f3d7e7c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
"type": "git",
"url": "git+https://github.com/remindgmbh/nuxt-typo3-news.git"
},
"publishConfig": {
"access": "public"
},
"type": "module",
"exports": {
".": {
Expand Down Expand Up @@ -49,4 +52,4 @@
"typescript": "^5.3.3",
"vue-tsc": "^1.8.27"
}
}
}

0 comments on commit f3d7e7c

Please sign in to comment.