From e82e852d63bff409857be60b7e6b2e4fad44ba29 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Fri, 15 Nov 2019 21:43:09 +0000 Subject: [PATCH] Fix template copy issue --- package-lock.json | 8 ++++---- package.json | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1dca9a5..679d4b2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3019,8 +3019,8 @@ } }, "smartheat-aws": { - "version": "github:matthewturner/smartheat-aws#2e2a971d280b68d9761ae4f5c6eb4c9264c39aab", - "from": "github:matthewturner/smartheat-aws#v1.0.0", + "version": "github:matthewturner/smartheat-aws#fa27c198e45f86f242bf45460b8202aaad23bf8e", + "from": "github:matthewturner/smartheat-aws#v1.0.1", "requires": { "@hapi/boom": "^7.4.9", "@hapi/cryptiles": "^4.1.3", @@ -3050,8 +3050,8 @@ } }, "smartheat-core": { - "version": "github:matthewturner/smartheat-core#d8677207b77914f72b184f1ef4cf15d78f095884", - "from": "github:matthewturner/smartheat-core#v1.0.4", + "version": "github:matthewturner/smartheat-core#df046ca073b57946564a9fff60a8f3ea587b27fd", + "from": "github:matthewturner/smartheat-core#v1.0.5", "requires": { "@hapi/boom": "^7.4.9", "@hapi/cryptiles": "^4.1.3", diff --git a/package.json b/package.json index 7d798b7..bf2fdb1 100644 --- a/package.json +++ b/package.json @@ -39,8 +39,8 @@ "moment": "^2.24.0", "request": "^2.88.0", "request-promise": "^4.2.4", - "smartheat-aws": "github:matthewturner/smartheat-aws#v1.0.0", + "smartheat-aws": "github:matthewturner/smartheat-aws#v1.0.1", "smartheat-clients": "github:matthewturner/smartheat-clients#v1.2.3", - "smartheat-core": "github:matthewturner/smartheat-core#v1.0.4" + "smartheat-core": "github:matthewturner/smartheat-core#v1.0.5" } }