any-http-request
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -10,2 +10,3 @@ System.config({ | ||
map: { | ||
"form-data": "npm:form-data@1.0.0-rc3", | ||
"request": "npm:request@2.61.0", | ||
@@ -12,0 +13,0 @@ "traceur": "github:jmcriffey/bower-traceur@0.0.91", |
{ | ||
"name": "any-http-request", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "AnyHTTP adapter for the Node request library", | ||
@@ -42,2 +42,3 @@ "homepage": "https://github.com/argo-rest/any-http-request", | ||
"dependencies": { | ||
"form-data": "npm:form-data@^1.0.0-rc3", | ||
"request": "npm:request@^2.61.0" | ||
@@ -44,0 +45,0 @@ }, |
28200
637