Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHawkinss committed Oct 24, 2020
1 parent 32019ca commit de940b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@ jobs:
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm run build
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/shockbyte/whmcs-node.git"
"url": "git+https://github.com/shockbyte/whmcs-node.git"
},
"keywords": [],
"author": "Shockbyte",
Expand All @@ -26,9 +26,9 @@
],
"license": "ISC",
"bugs": {
"url": "https://gitlab.com/shockbyte/whmcs-node/issues"
"url": "https://github.com/shockbyte/whmcs-node/issues"
},
"homepage": "https://gitlab.com/shockbyte/whmcs-node#readme",
"homepage": "https://github.com/shockbyte/whmcs-node#readme",
"dependencies": {
"got": "^11.8.0"
}
Expand Down

0 comments on commit de940b8

Please sign in to comment.