Skip to content

Commit 422127a

Browse files
author
Martin Aeschlimann
committed
update dependencies
1 parent 5b03450 commit 422127a

File tree

3 files changed

+26
-40
lines changed

3 files changed

+26
-40
lines changed

package-lock.json

+21-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,23 @@
77
"author": "Microsoft Corporation",
88
"repository": {
99
"type": "git",
10-
"url": "https://github.com/Microsoft/node-request-light"
10+
"url": "https://github.com/microsoft/node-request-light"
1111
},
1212
"license": "MIT",
1313
"bugs": {
14-
"url": "https://github.com/Microsoft/node-request-light/issues"
14+
"url": "https://github.com/microsoft/node-request-light/issues"
1515
},
1616
"devDependencies": {
1717
"typescript": "^2.8.3",
1818
"@types/node": "7.0.43"
1919
},
2020
"dependencies": {
2121
"http-proxy-agent": "^2.1.0",
22-
"https-proxy-agent": "^2.2.1",
23-
"vscode-nls": "^4.0.0"
22+
"https-proxy-agent": "^2.2.3",
23+
"vscode-nls": "^4.1.1"
2424
},
2525
"scripts": {
26-
"prepublish": "tsc -p ./src",
26+
"prepublishOnly": "tsc -p ./src",
2727
"compile": "tsc -p ./src",
2828
"watch": "tsc -w -p ./src"
2929
}

src/typings/https-proxy-agent.d.ts

-24
This file was deleted.

0 commit comments

Comments
 (0)