Comparing version 0.1.0 to 0.1.1
@@ -56,3 +56,3 @@ import axios from 'axios' | ||
if (this.isMobile.Android()) { | ||
setTimeout(() => { window.location = data.android_fallback }, 100) | ||
// setTimeout(() => { window.location = data.android_fallback }, 100) | ||
window.location = data.link | ||
@@ -62,3 +62,3 @@ } | ||
if (this.isMobile.iOS()) { | ||
setTimeout(() => { window.location = data.ios_fallback }, 100) | ||
// setTimeout(() => { window.location = data.ios_fallback }, 100) | ||
window.location = data.link | ||
@@ -65,0 +65,0 @@ } |
{ | ||
"name": "crypttp", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Module to call APIs of crypttp powered by alemey", | ||
@@ -5,0 +5,0 @@ "main": "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
44113