Skip to content

Commit

Permalink
build(package): simplify repository fields
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Mar 5, 2021
1 parent 26984bb commit 5b242dc
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": "a GitHub App that enforces the DCO on Pull Requests",
"author": "Brandon Keepers",
"license": "ISC",
"repository": "https://github.com/probot/dco.git",
"repository": "github:probot/dco",
"scripts": {
"start": "probot run ./index.js",
"test": "jest --coverage",
Expand Down

0 comments on commit 5b242dc

Please sign in to comment.