From 8f7770eb06318fd095593be379ee2b9851916d87 Mon Sep 17 00:00:00 2001 From: Jennifer Shehane Date: Mon, 23 Mar 2020 15:29:56 +0630 Subject: [PATCH] Update require statement from @cypress/registry-js to registry.js --- 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 = {