update package info

This commit is contained in:
Michael Shick 2019-11-25 17:14:18 -05:00
parent 57de80258e
commit a7e06c00a4
No known key found for this signature in database
GPG key ID: ADF5BC9704BB4A61

View file

@ -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"