mesosphere-shared-reactjs
Advanced tools
Comparing version 0.0.21 to 0.0.22
{ | ||
"name": "mesosphere-shared-reactjs", | ||
"version": "0.0.21", | ||
"version": "0.0.22", | ||
"description": "Shared code from mesosphere web projects", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -113,3 +113,3 @@ var Reqwest = require("./Reqwest"); | ||
type: "json", | ||
timeout, | ||
timeout: timeout, | ||
method: "GET" | ||
@@ -116,0 +116,0 @@ }, options); |
54340