Skip to content

Commit

Permalink
fix: unable to publish package because it is not public
Browse files Browse the repository at this point in the history
  • Loading branch information
NuclearRedeye committed Jun 11, 2024
1 parent 804642a commit b0f405e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,16 @@
"description": "Simple theme for JSON Resume based on the macchiato theme.",
"author": "NuclearRedeye",
"license": "MIT",
"scripts": {
"postversion": "git push && git push --tags"
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/NuclearRedeye/jsonresume-theme-americano"
},
"scripts": {
"postversion": "git push origin master && git push origin --tags"
},
"dependencies": {
"address-format": "^0.0.3",
"handlebars": "^4.7.6",
Expand Down

0 comments on commit b0f405e

Please sign in to comment.