Skip to content

Commit d636a0b

Browse files
committed
minor: namespace to @cypress/get-windows-proxy
1 parent 9bf9ca8 commit d636a0b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
Requires [Node](https://nodejs.org/en/) version 6 or above.
1414

1515
```sh
16-
npm install --save get-windows-proxy
16+
npm install --save @cypress/get-windows-proxy
1717
```
1818

1919
## Usage
2020

2121
```js
22-
const getWindowsProxy = require('get-windows-proxy')
22+
const getWindowsProxy = require('@cypress/get-windows-proxy')
2323

2424
const proxy = getWindowsProxy()
2525

@@ -78,8 +78,8 @@ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
7878
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
7979
OTHER DEALINGS IN THE SOFTWARE.
8080

81-
[npm-icon]: https://nodei.co/npm/get-windows-proxy.svg?downloads=true
82-
[npm-url]: https://npmjs.org/package/get-windows-proxy
81+
[npm-icon]: https://nodei.co/npm/@cypress/get-windows-proxy.svg?downloads=true
82+
[npm-url]: https://npmjs.org/package/@cypress/get-windows-proxy
8383
[ci-image]: https://img.shields.io/circleci/project/github/cypress-io/get-windows-proxy/develop.svg
8484
[ci-url]: https://circleci.com/gh/cypress-io/workflows/get-windows-proxy/tree/develop
8585
[semantic-image]: https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "get-windows-proxy",
2+
"name": "@cypress/get-windows-proxy",
33
"description": "Node.js module that finds a user's system proxy settings depending on their platform.",
44
"version": "0.0.0-development",
55
"author": "Zach Bloomquist <[email protected]>",

0 commit comments

Comments
 (0)