Skip to content

Commit 89d56f7

Browse files
committed
chore: win32 only, use @cypress/registry-js
1 parent d636a0b commit 89d56f7

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
"version": "0.0.0-development",
55
"author": "Zach Bloomquist <[email protected]>",
66
"bugs": "https://github.com/cypress-io/get-windows-proxy/issues",
7+
"os": [
8+
"win32"
9+
],
710
"config": {
811
"pre-git": {
912
"commit-msg": "simple",
@@ -81,6 +84,6 @@
8184
},
8285
"dependencies": {
8386
"debug": "4.1.1",
84-
"registry-js": "1.3.3"
87+
"@cypress/registry-js": "1.3.2-patch12"
8588
}
8689
}

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const debug = require('debug')('get-windows-proxy')
2-
const registry = require('registry-js')
2+
const registry = require('@cypress/registry-js')
33

44
const findByName = (values, name) => {
55
return values.find((value) => {

0 commit comments

Comments
 (0)