From e8a951159585460bbf796b4bbd7ce3a31de7f380 Mon Sep 17 00:00:00 2001 From: Rachael Sewell Date: Tue, 6 Aug 2019 21:06:38 -0700 Subject: [PATCH] Add file --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d15ff8c..aaf5b53 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "author": "", "license": "ISC", "dependencies": { - "@actions/core": "0.x", - "@actions/github: "0.x" + "@actions/core": "file:toolkit/actions-core-0.0.0.tgz", + "@actions/github": "file:toolkit/actions-github-0.0.0.tgz" } }