From ba3261b69da6bd331995811e7a0493c4358b3a40 Mon Sep 17 00:00:00 2001 From: Rachael Sewell Date: Tue, 6 Aug 2019 20:54:32 -0700 Subject: [PATCH] add packages --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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" + } }