Skip to content

Commit

Permalink
chore: update people fields in package
Browse files Browse the repository at this point in the history
  • Loading branch information
lwhiteley committed Sep 1, 2024
1 parent ea6648b commit f278be6
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
"version": "3.0.2",
"description": "manages a merge queue with github actions and slack",
"main": "src/index.js",
"author": "Layton Whiteley",
"contributors": [
{
"name": "Smart Host"
}
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0",
"commit": "git add . && git commit -am 'chore: add dist action'",
Expand All @@ -14,7 +20,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/lwhiteley/slack-merge-queue.git"
"url": "git+https://github.com/smarthost/slack-merge-queue.git"
},
"keywords": [
"actions",
Expand All @@ -24,12 +30,11 @@
"queue",
"init"
],
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/lwhiteley/slack-merge-queue/issues"
"url": "https://github.com/smarthost/slack-merge-queue/issues"
},
"homepage": "https://github.com/lwhiteley/slack-merge-queue#readme",
"homepage": "https://github.com/smarthost/slack-merge-queue#readme",
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/github": "^6.0.0",
Expand Down

0 comments on commit f278be6

Please sign in to comment.