Skip to content

Commit 41060d1

Browse files
authored
build: format package repository as object metadata (#2850)
1 parent 2235635 commit 41060d1

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,10 @@
3636
"test:types": "tsd --files test/types",
3737
"watch": "npx nodemon --watch 'src' --ext 'ts' --exec npm run build"
3838
},
39-
"repository": "slackapi/bolt-js",
39+
"repository": {
40+
"type": "git",
41+
"url": "git+https://github.com/slackapi/bolt-js.git"
42+
},
4043
"homepage": "https://docs.slack.dev/tools/bolt-js",
4144
"bugs": {
4245
"url": "https://github.com/slackapi/bolt-js/issues"

0 commit comments

Comments
 (0)