diff --git a/package.json b/package.json index 0c6e02f3f..29b1d74fc 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,10 @@ "test:types": "tsd --files test/types", "watch": "npx nodemon --watch 'src' --ext 'ts' --exec npm run build" }, - "repository": "slackapi/bolt-js", + "repository": { + "type": "git", + "url": "git+https://github.com/slackapi/bolt-js.git" + }, "homepage": "https://docs.slack.dev/tools/bolt-js", "bugs": { "url": "https://github.com/slackapi/bolt-js/issues"