mirror of
https://github.com/mshick/add-pr-comment.git
synced 2025-12-31 22:29:45 +11:00
update package info
This commit is contained in:
parent
57de80258e
commit
a7e06c00a4
1 changed files with 8 additions and 6 deletions
14
package.json
14
package.json
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "add-pr-comment",
|
"name": "@mshick/add-pr-comment",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "JavaScript Action Template",
|
"description": "A GitHub Action which adds a comment to a Pull Request Issue.",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"lint": "eslint index.js",
|
"lint": "eslint index.js",
|
||||||
|
|
@ -10,19 +10,21 @@
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/actions/javascript-action.git"
|
"url": "git+https://github.com/mshick/add-pr-comment.git"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"GitHub",
|
"GitHub",
|
||||||
"Actions",
|
"Actions",
|
||||||
"JavaScript"
|
"javascript",
|
||||||
|
"pull request",
|
||||||
|
"comments"
|
||||||
],
|
],
|
||||||
"author": "GitHub",
|
"author": "GitHub",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/actions/javascript-action/issues"
|
"url": "https://github.com/mshick/add-pr-comment/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/actions/javascript-action#readme",
|
"homepage": "https://github.com/mshick/add-pr-comment#readme",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions/core": "^1.1.1",
|
"@actions/core": "^1.1.1",
|
||||||
"@actions/github": "^1.1.0"
|
"@actions/github": "^1.1.0"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue