We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d636a0b commit 89d56f7Copy full SHA for 89d56f7
package.json
@@ -4,6 +4,9 @@
4
"version": "0.0.0-development",
5
"author": "Zach Bloomquist <[email protected]>",
6
"bugs": "https://github.com/cypress-io/get-windows-proxy/issues",
7
+ "os": [
8
+ "win32"
9
+ ],
10
"config": {
11
"pre-git": {
12
"commit-msg": "simple",
@@ -81,6 +84,6 @@
81
84
},
82
85
"dependencies": {
83
86
"debug": "4.1.1",
- "registry-js": "1.3.3"
87
+ "@cypress/registry-js": "1.3.2-patch12"
88
}
89
src/index.js
@@ -1,5 +1,5 @@
1
const debug = require('debug')('get-windows-proxy')
2
-const registry = require('registry-js')
+const registry = require('@cypress/registry-js')
3
const findByName = (values, name) => {
return values.find((value) => {
0 commit comments