@cypress/registry-js
Advanced tools
Comparing version
{ | ||
"name": "@cypress/registry-js", | ||
"version": "1.3.2-patch25", | ||
"version": "1.3.2-patch26", | ||
"description": "A simple and opinionated library for working with the Windows registry", | ||
@@ -5,0 +5,0 @@ "main": "dist/lib/index.js", |
@@ -14,3 +14,3 @@ const path = require('path') | ||
const cmd = path.join( | ||
__dirname.split('node_modules')[0], | ||
(__dirname.indexOf('node_modules') !== -1 ? __dirname.split('node_modules')[0] : _dirname + '/..'), | ||
'node_modules/.bin/prebuild-install' + (process.platform === 'win32' ? '.cmd' : '') | ||
@@ -17,0 +17,0 @@ ) + ' ' + cmdline |
@@ -14,3 +14,3 @@ const path = require('path') | ||
const cmd = path.join( | ||
__dirname.split('node_modules')[0], | ||
(__dirname.indexOf('node_modules') !== -1 ? __dirname.split('node_modules')[0] : _dirname + '/..'), | ||
'node_modules/.bin/prebuild' + | ||
@@ -17,0 +17,0 @@ (process.platform === 'win32' ? '.cmd' : '')) + ' ' + cmdline |
208647
0.06%