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"