Comparing version 1.2.0 to 1.2.1
@@ -8,8 +8,2 @@ var extend = require('xtend'); | ||
var jar_1 = require('./jar'); | ||
if (typeof Promise === 'undefined') { | ||
var context = typeof window === 'object' ? 'window' : 'global'; | ||
var message = (context + ".Promise is undefined and must be polyfilled. ") + | ||
"Try using https://github.com/jakearchibald/es6-promise instead."; | ||
throw new TypeError(message); | ||
} | ||
function extendDefaults(defaults, options) { | ||
@@ -16,0 +10,0 @@ if (typeof options === 'string') { |
{ | ||
"name": "popsicle", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Simple HTTP requests for node and the browser", | ||
@@ -5,0 +5,0 @@ "main": "dist/lib/index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
93443
1089