react-isomorphic-tools
Advanced tools
Comparing version 3.0.0-alpha.13 to 3.0.0-alpha.14
@@ -64,3 +64,3 @@ 'use strict'; | ||
if (method === 'GET') { | ||
if (method === 'GET' || method === 'DELETE') { | ||
query = _this.stringifyQuery(params); | ||
@@ -67,0 +67,0 @@ } else { |
{ | ||
"name": "react-isomorphic-tools", | ||
"version": "3.0.0-alpha.13", | ||
"version": "3.0.0-alpha.14", | ||
"description": "Authorization, Fetcher, Preload. Tools for ServerSide rendering", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
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
137230