@neonjungle/birdseed
Advanced tools
Comparing version 0.3.14 to 0.3.15
@@ -30,3 +30,3 @@ /** | ||
let formMethod = this.form.method.toUpperCase() ? this.form.method : "POST"; | ||
let formMethod = this.form.method ? this.form.method.toUpperCase() : "POST"; | ||
let fetchOptions = { | ||
@@ -33,0 +33,0 @@ method: formMethod, |
{ | ||
"name": "@neonjungle/birdseed", | ||
"version": "0.3.14", | ||
"version": "0.3.15", | ||
"description": "Collection of handy utility methods for Neon Jungle", | ||
@@ -5,0 +5,0 @@ "main": "", |
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