update community files

This commit is contained in:
CrazyMax
2023-03-10 11:17:01 +01:00
parent e8785f775f
commit 50de6aefe9
3 changed files with 17 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "docker-setup-docker",
"description": "Set up Docker CE",
"description": "Set up Docker for use in GitHub Actions by downloading and installing a version of Docker CE",
"main": "lib/main.js",
"scripts": {
"build": "ncc build src/main.ts --source-map --minify --license licenses.txt",
@@ -18,13 +18,7 @@
"docker",
"engine"
],
"author": "Docker",
"contributors": [
{
"name": "CrazyMax",
"url": "https://crazymax.dev"
}
],
"author": "CrazyMax",
"license": "Apache-2.0",
"dependencies": {
"@actions/core": "^1.10.0",