Skip to content

Commit

Permalink
fix: repo url
Browse files Browse the repository at this point in the history
  • Loading branch information
bubkoo committed Nov 11, 2022
1 parent 89f4c49 commit 0417130
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,16 @@
"engines": {
"node": ">= 14"
},
"repository": "https://github.com/wow-ations/app-token.git",
"homepage": "https://github.com/wow-ations/app-token",
"bugs": "https://github.com/wow-ations/app-token/issues"
"repository": {
"type": "git",
"url": "git+https://github.com/wow-actions/app-token.git"
},
"bugs": {
"url": "https://github.com/wow-actions/app-token/issues"
},
"homepage": "https://github.com/wow-actions/app-token#readme",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
}
}

0 comments on commit 0417130

Please sign in to comment.