Skip to content

Commit

Permalink
fix(homepage): Added missing slash to homepage url.
Browse files Browse the repository at this point in the history
  • Loading branch information
quinnturner committed Jan 2, 2019
1 parent 2abe357 commit e64f4b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Audits npm and yarn projects in CI environments",
"license": "Apache-2.0",
"main": "./lib/audit-ci.js",
"homepage": "https:/github.com:IBM/audit-ci",
"homepage": "https://github.com:IBM/audit-ci",
"bugs": "https://github.com:IBM/audit-ci/issues",
"repository": {
"type": "git",
Expand Down

0 comments on commit e64f4b5

Please sign in to comment.