diff --git a/package.json b/package.json index 6332375..d15ff8c 100644 --- a/package.json +++ b/package.json @@ -7,5 +7,9 @@ "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", - "license": "ISC" + "license": "ISC", + "dependencies": { + "@actions/core": "0.x", + "@actions/github: "0.x" + } }