From bbec282f417bc7661975d2c80edf7486d7b100d7 Mon Sep 17 00:00:00 2001 From: Jennifer Shehane Date: Mon, 23 Mar 2020 21:04:59 +0630 Subject: [PATCH] =?UTF-8?q?fix:=20Update=20require=20statement=20from=20`@?= =?UTF-8?q?cypress/registry-js`=20to=20`reg=E2=80=A6=20(#2)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/registry.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/registry.js b/src/registry.js index 1ea7ce2..1df07b0 100644 --- a/src/registry.js +++ b/src/registry.js @@ -7,7 +7,7 @@ let registry try { // @ts-ignore - registry = require('@cypress/registry-js') + registry = require('registry-js') } catch (err) { if (os.platform() === 'win32') { debug( @@ -15,7 +15,7 @@ try { ) } else { debug( - 'Skipping loading @cypress/registry-js because your platform is not win32.' + 'Skipping loading registry-js because your platform is not win32.' ) registry = {