From bb4133c4905bf6ec29c1fd96afabc619c4d9f37a Mon Sep 17 00:00:00 2001 From: Andrey Belym Date: Thu, 30 Mar 2017 12:24:25 +0300 Subject: [PATCH] Use hammerhead@10.6.2 (#1367) --- .publishrc | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.publishrc b/.publishrc index ad8437b0c21..841e6225c90 100644 --- a/.publishrc +++ b/.publishrc @@ -8,6 +8,6 @@ "gitTag": true }, "confirm": true, - "publishTag": "latest", + "publishTag": "alpha", "prePublishScript": "gulp test-server" } diff --git a/package.json b/package.json index 030ed52ca74..0e214da615d 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "testcafe", "description": "Automated browser testing for the modern web development stack.", "license": "MIT", - "version": "0.14.0", + "version": "0.15.0-alpha1", "author": { "name": "Developer Express Inc.", "url": "https://www.devexpress.com/" @@ -91,7 +91,7 @@ "stack-chain": "^1.3.6", "strip-bom": "^2.0.0", "testcafe-browser-tools": "1.2.1", - "testcafe-hammerhead": "10.6.1", + "testcafe-hammerhead": "10.6.2", "testcafe-legacy-api": "2.0.2", "testcafe-reporter-json": "^2.1.0", "testcafe-reporter-list": "^2.1.0",