From 5dba5246cc4945fb3921178b9a34248dd195f7fd Mon Sep 17 00:00:00 2001 From: Michael Padon Date: Tue, 4 Sep 2018 14:30:56 -0500 Subject: [PATCH] Bump percy-client to v3.0.0 --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 18affd07..49300b8d 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "body-parser": "^1.15.0", "ember-cli-babel": "^6.10.0", "es6-promise-pool": "^2.4.1", - "percy-client": "https://github.com/percy/percy-js.git#map/update-build-creation-endpoint", + "percy-client": "^3.0.0", "walk": "^2.3.9" }, "ember-addon": { diff --git a/yarn.lock b/yarn.lock index b122a603..32b8f9d2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5437,9 +5437,9 @@ path-type@^1.0.0: pify "^2.0.0" pinkie-promise "^2.0.0" -"percy-client@https://github.com/percy/percy-js.git#map/update-build-creation-endpoint": - version "2.11.1" - resolved "https://github.com/percy/percy-js.git#90adb9882817a1200537db998b60b8678671f276" +percy-client@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/percy-client/-/percy-client-3.0.0.tgz#86289f8224817cf550c9b21aaf994b7fa16f291d" dependencies: base64-js "^1.2.3" bluebird "^3.5.1"