We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2235635 commit 41060d1Copy full SHA for 41060d1
1 file changed
package.json
@@ -36,7 +36,10 @@
36
"test:types": "tsd --files test/types",
37
"watch": "npx nodemon --watch 'src' --ext 'ts' --exec npm run build"
38
},
39
- "repository": "slackapi/bolt-js",
+ "repository": {
40
+ "type": "git",
41
+ "url": "git+https://github.com/slackapi/bolt-js.git"
42
+ },
43
"homepage": "https://docs.slack.dev/tools/bolt-js",
44
"bugs": {
45
"url": "https://github.com/slackapi/bolt-js/issues"
0 commit comments