v1.3.13: bugfix default method GET

This commit is contained in:
AJ ONeal 2019-11-01 01:24:07 -06:00
parent 1507b38503
commit d90f397d8d
2 changed files with 2 additions and 2 deletions

View File

@ -465,7 +465,7 @@ function setDefaults(defs) {
var _defaults = {
sendImmediately: true,
method: 'GET',
method: '',
headers: {},
useQuerystring: false,
followRedirect: true,

View File

@ -1,6 +1,6 @@
{
"name": "@root/request",
"version": "1.3.12",
"version": "1.3.13",
"description": "A lightweight, zero-dependency drop-in replacement for request",
"main": "index.js",
"files": [