wonderful-fetch
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -23,3 +23,3 @@ (function (root, factory) { | ||
var SOURCE = 'library'; | ||
var VERSION = '0.0.1'; | ||
var VERSION = '0.0.2'; | ||
@@ -31,3 +31,3 @@ function WonderfulFetch(url, options) { | ||
options = options || {}; | ||
options.timeout = options.timeout || 30000; | ||
options.timeout = options.timeout || 60000; | ||
options.tries = typeof options.tries === 'undefined' ? 1 : options.tries; | ||
@@ -34,0 +34,0 @@ options.log = typeof options.log === 'undefined' ? false : options.log; |
{ | ||
"name": "wonderful-fetch", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "A wrapper around fetch.", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |