From 876f6a12543f941d0cfca008aadae70baa3db1c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9e=20Kooi?= Date: Wed, 9 Oct 2019 12:34:19 +0200 Subject: [PATCH] npx fixpack --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 1887f1f..7446813 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,12 @@ "bugs": { "url": "https://github.com/goto-bus-stop/setup-zig/issues" }, + "dependencies": { + "@actions/core": "^1.1.3", + "@actions/tool-cache": "^1.1.2", + "semver": "^6.3.0", + "simple-get": "^3.1.0" + }, "devDependencies": { "@zeit/ncc": "^0.20.5", "standard": "^14.3.1" @@ -27,12 +33,6 @@ "build": "ncc build index.js -o dist", "test": "standard" }, - "dependencies": { - "@actions/core": "^1.1.3", - "@actions/tool-cache": "^1.1.2", - "semver": "^6.3.0", - "simple-get": "^3.1.0" - }, "standard": { "ignore": [ "dist/**/*.js"