Skip to content

Commit af4d9b4

Browse files
committed
chore: 1.3.2-patch13
1 parent 89d56f7 commit af4d9b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,6 @@
8484
},
8585
"dependencies": {
8686
"debug": "4.1.1",
87-
"@cypress/registry-js": "1.3.2-patch12"
87+
"@cypress/registry-js": "1.3.2-patch13"
8888
}
8989
}

src/get-windows-proxy-spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const { expect } = require('chai')
2-
const registry = require('registry-js')
2+
const registry = require('@cypress/registry-js')
33
const sinon = require('sinon')
44

55
/* eslint-env mocha */

0 commit comments

Comments
 (0)