Merge pull request #5: make getAgent public

This commit is contained in:
eric sciple
2020-01-16 23:49:18 -05:00
committed by GitHub
parent fe012b2aeb
commit 9e8142913f
4 changed files with 221 additions and 41 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@actions/http-client",
"version": "1.0.1",
"version": "1.0.2",
"description": "Actions Http Client",
"main": "index.js",
"scripts": {
@@ -23,10 +23,13 @@
"homepage": "https://github.com/actions/http-client#readme",
"devDependencies": {
"@types/jest": "^24.0.25",
"@types/node": "^13.1.5",
"@types/node": "^12.12.24",
"jest": "^24.9.0",
"nock": "^11.7.2",
"proxy": "^1.0.1",
"ts-jest": "^24.3.0",
"typescript": "^3.7.4"
},
"dependencies": {
"tunnel": "0.0.6"
}
}