mirror of
https://github.com/mshick/add-pr-comment.git
synced 2025-12-31 14:20:32 +11:00
Bumps [@actions/http-client](https://github.com/actions/http-client) from 1.0.7 to 1.0.8. - [Release notes](https://github.com/actions/http-client/releases) - [Changelog](https://github.com/actions/http-client/blob/master/RELEASES.md) - [Commits](https://github.com/actions/http-client/commits) Signed-off-by: dependabot[bot] <support@github.com>
38 lines
898 B
JSON
38 lines
898 B
JSON
{
|
|
"name": "@mshick/add-pr-comment",
|
|
"version": "1.0.0",
|
|
"description": "A GitHub Action which adds a comment to a Pull Request Issue.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"lint": "eslint index.js",
|
|
"package": "ncc build index.js -o dist",
|
|
"test": "eslint index.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/mshick/add-pr-comment.git"
|
|
},
|
|
"keywords": [
|
|
"GitHub",
|
|
"Actions",
|
|
"javascript",
|
|
"pull request",
|
|
"comments",
|
|
"pr"
|
|
],
|
|
"author": "GitHub",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/mshick/add-pr-comment/issues"
|
|
},
|
|
"homepage": "https://github.com/mshick/add-pr-comment#readme",
|
|
"dependencies": {
|
|
"@actions/core": "^1.2.3",
|
|
"@actions/github": "^2.1.1",
|
|
"@actions/http-client": "^1.0.8"
|
|
},
|
|
"devDependencies": {
|
|
"@zeit/ncc": "^0.22.1",
|
|
"eslint": "^6.8.0"
|
|
}
|
|
}
|