From 7a9689d61453e239a9172710847067352d111f81 Mon Sep 17 00:00:00 2001 From: Henry Griffiths Date: Thu, 16 Jun 2022 18:22:54 -0500 Subject: [PATCH] fix: @actions/core install --- package-lock.json | 4 +--- package.json | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 57cfdf3..98330fe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,10 +9,10 @@ "version": "3.2.1", "license": "MIT", "dependencies": { + "@actions/core": "1.9.0", "@actions/github": "5.0.3" }, "devDependencies": { - "@actions/core": "1.9.0", "@vercel/ncc": "0.34.0" } }, @@ -20,7 +20,6 @@ "version": "1.9.0", "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.9.0.tgz", "integrity": "sha512-5pbM693Ih59ZdUhgk+fts+bUWTnIdHV3kwOSr+QIoFHMLg7Gzhwm0cifDY/AG68ekEJAkHnQVpcy4f6GjmzBCA==", - "dev": true, "dependencies": { "@actions/http-client": "^2.0.1" } @@ -242,7 +241,6 @@ "version": "1.9.0", "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.9.0.tgz", "integrity": "sha512-5pbM693Ih59ZdUhgk+fts+bUWTnIdHV3kwOSr+QIoFHMLg7Gzhwm0cifDY/AG68ekEJAkHnQVpcy4f6GjmzBCA==", - "dev": true, "requires": { "@actions/http-client": "^2.0.1" } diff --git a/package.json b/package.json index f32334a..70194d9 100644 --- a/package.json +++ b/package.json @@ -18,10 +18,10 @@ }, "homepage": "https://github.com/HenryGriffiths/pr_lint#readme", "dependencies": { + "@actions/core": "1.9.0", "@actions/github": "5.0.3" }, "devDependencies": { - "@actions/core": "1.9.0", "@vercel/ncc": "0.34.0" } }