From 12f7ef2930c9380a66562fadf91a7d4045f722d8 Mon Sep 17 00:00:00 2001 From: Shakar Bakr <5h4k4r.b4kr@gmail.com> Date: Wed, 4 Oct 2023 11:50:29 +0300 Subject: [PATCH] Revert "Commit message here" This reverts commit 9235eccbd6a9e9d5e721e44a1d2c1fb85fdc9059. --- package.json | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 4444eff..352471d 100644 --- a/package.json +++ b/package.json @@ -1 +1,24 @@ -"{\n \"name\": \"docker-container-action\",\n \"version\": \"1.23.0\",\n \"description\": \"This action prints \\\"Hello World\\\" or \\\"Hello\\\" + the name of a person to greet to the log.\",\n \"main\": \"dist/index.js\",\n \"scripts\": {\n \"build\": \"ncc -m -o dist build index.js\",\n \"test\": \"echo \\\"Error: no test specified\\\" && exit 1\"\n },\n \"keywords\": [],\n \"author\": \"\",\n \"license\": \"ISC\",\n \"dependencies\": {\n \"@actions/core\": \"^1.10.0\",\n \"@actions/github\": \"^5.1.1\",\n \"@actions/glob\": \"^0.4.0\",\n \"@actions/io\": \"^1.1.3\",\n \"axios\": \"^1.5.0\",\n \"xml-js\": \"^1.6.11\"\n },\n \"devDependencies\": {\n \"@types/node\": \"^20.6.2\"\n }\n}\n" +{ + "name": "docker-container-action", + "version": "1.23.0", + "description": "This action prints \"Hello World\" or \"Hello\" + the name of a person to greet to the log.", + "main": "dist/index.js", + "scripts": { + "build": "ncc -m -o dist build index.js", + "test": "echo \"Error: no test specified\" && exit 1" + }, + "keywords": [], + "author": "", + "license": "ISC", + "dependencies": { + "@actions/core": "^1.10.0", + "@actions/github": "^5.1.1", + "@actions/glob": "^0.4.0", + "@actions/io": "^1.1.3", + "axios": "^1.5.0", + "xml-js": "^1.6.11" + }, + "devDependencies": { + "@types/node": "^20.6.2" + } +}