Update package json

Signed-off-by: Shakar Bakr <5h4k4r.b4kr@gmail.com>
This commit is contained in:
Shakar Bakr 2023-09-19 17:12:28 +03:00
parent 8cf4129485
commit 74c7a9e655
No known key found for this signature in database
GPG Key ID: DA55A26823AE3C28

View File

@ -2,8 +2,9 @@
"name": "docker-container-action",
"version": "1.9.0",
"description": "This action prints \"Hello World\" or \"Hello\" + the name of a person to greet to the log.",
"main": "index.js",
"main": "dist/index.js",
"scripts": {
"build": "ncc -m -o dist build index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],