Skip to content

Commit

Permalink
Package nits
Browse files Browse the repository at this point in the history
  • Loading branch information
Danny McCormick committed Aug 7, 2019
1 parent 46c4697 commit b01f95e
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "container-toolkit-template",
"version": "0.0.0",
"description": "Container template action using actions/toolkit",
"name": "first-interaction-action",
"version": "1.0.0",
"description": "An action for greeting first time contributors.",
"main": "lib/main.js",
"scripts": {
"build": "tsc",
Expand All @@ -16,14 +16,15 @@
"actions",
"container",
"toolkit",
"setup"
"first",
"interaction"
],
"author": "GitHub",
"license": "ISC",
"bugs": {
"url": "https://github.com/actions/container-toolkit-template/issues"
"url": "https://github.com/actions/first-interaction/issues"
},
"homepage": "https://github.com/actions/container-toolkit-template#readme",
"homepage": "https://github.com/actions/first-interaction#readme",
"dependencies": {
"@actions/core": "file:toolkit/actions-core-0.0.0.tgz",
"@actions/exec": "file:toolkit/actions-exec-0.0.0.tgz",
Expand Down

0 comments on commit b01f95e

Please sign in to comment.