From 977af5fe80455527c1e635e0a3272fbe1b0e91c2 Mon Sep 17 00:00:00 2001 From: David Dooling Date: Tue, 7 Aug 2018 06:38:52 -0500 Subject: [PATCH] Update automation-client --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3251ab415..e12afa687 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,9 +5,9 @@ "requires": true, "dependencies": { "@atomist/automation-client": { - "version": "0.19.5-20180807011450", - "resolved": "https://registry.npmjs.org/@atomist/automation-client/-/automation-client-0.19.5-20180807011450.tgz", - "integrity": "sha512-7YLfMimLgt9Js05fjEqv5+MYupfLwXE1F5Z/an3xnNyAd0OviIVv73CgAMXKCXAfaXbB7JCFqmq0jce495OHAA==", + "version": "0.19.5", + "resolved": "https://registry.npmjs.org/@atomist/automation-client/-/automation-client-0.19.5.tgz", + "integrity": "sha512-bf0vGN+Ccin7rPXfg0/bIy5g4rWP9/THJulLy6a3pCL9BQomCDEWp7UcEnzgMHSojFSAnW7Uj6qFwOiE3QWV9Q==", "dev": true, "requires": { "@atomist/microgrammar": "https://r.atomist.com/SkY2_gHYkm", diff --git a/package.json b/package.json index f14a14822..46b5864d6 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "@atomist/automation-client": "*" }, "devDependencies": { - "@atomist/automation-client": "^0.19.5-20180807011450", + "@atomist/automation-client": "^0.19.5", "@types/lodash": "^4.14.109", "@types/mocha": "^2.2.48", "@types/node": "^8.10.17",