From b01f95e46968766d9daee3f385dd7867626ebe67 Mon Sep 17 00:00:00 2001 From: Danny McCormick Date: Wed, 7 Aug 2019 10:36:18 -0400 Subject: [PATCH] Package nits --- package.json | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 37ebbc0..c4371fa 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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",