bridgets-sdk
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -8,3 +8,3 @@ #!/usr/bin/env node | ||
const url = argv._[0]; | ||
const url = `${argv._[0].replace(/\/$/, '')}/fetchBridgeSDK`; | ||
const directory = './sdk'; | ||
@@ -11,0 +11,0 @@ |
{ | ||
"name": "bridgets-sdk", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "bin/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
2059