Package nits
This commit is contained in:
+7
-6
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "container-toolkit-template",
|
"name": "first-interaction-action",
|
||||||
"version": "0.0.0",
|
"version": "1.0.0",
|
||||||
"description": "Container template action using actions/toolkit",
|
"description": "An action for greeting first time contributors.",
|
||||||
"main": "lib/main.js",
|
"main": "lib/main.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "tsc",
|
"build": "tsc",
|
||||||
@@ -16,14 +16,15 @@
|
|||||||
"actions",
|
"actions",
|
||||||
"container",
|
"container",
|
||||||
"toolkit",
|
"toolkit",
|
||||||
"setup"
|
"first",
|
||||||
|
"interaction"
|
||||||
],
|
],
|
||||||
"author": "GitHub",
|
"author": "GitHub",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"bugs": {
|
"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": {
|
"dependencies": {
|
||||||
"@actions/core": "file:toolkit/actions-core-0.0.0.tgz",
|
"@actions/core": "file:toolkit/actions-core-0.0.0.tgz",
|
||||||
"@actions/exec": "file:toolkit/actions-exec-0.0.0.tgz",
|
"@actions/exec": "file:toolkit/actions-exec-0.0.0.tgz",
|
||||||
|
|||||||
Reference in New Issue
Block a user