From a40bce7c8d382aa3dbadaa327acbc696e9390e55 Mon Sep 17 00:00:00 2001 From: Danny McCormick Date: Wed, 7 Aug 2019 13:33:06 -0400 Subject: [PATCH] Publish - @actions/core@1.0.0 - @actions/exec@1.0.0 - @actions/github@1.0.0 - @actions/io@1.0.0 - @actions/tool-cache@1.0.0 --- packages/tool-cache/package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/tool-cache/package.json b/packages/tool-cache/package.json index 3c544a49..51783594 100644 --- a/packages/tool-cache/package.json +++ b/packages/tool-cache/package.json @@ -32,17 +32,17 @@ "url": "https://github.com/actions/toolkit/issues" }, "dependencies": { + "@actions/core": "^1.0.0", + "@actions/exec": "^1.0.0", + "@actions/io": "^1.0.0", "semver": "^6.1.0", "typed-rest-client": "^1.4.0", - "uuid": "^3.3.2", - "@actions/core": "^1.0.0", - "@actions/io": "^1.0.0", - "@actions/exec": "^1.0.0" + "uuid": "^3.3.2" }, "devDependencies": { - "nock": "^10.0.6", "@types/nock": "^10.0.3", "@types/semver": "^6.0.0", - "@types/uuid": "^3.4.4" + "@types/uuid": "^3.4.4", + "nock": "^10.0.6" } }