@alchemized/skylink
Advanced tools
Comparing version 0.1.0-alpha-8 to 0.1.0-alpha-9
@@ -9,9 +9,7 @@ const { Binary } = require("binary-install"); | ||
if ("" && type === "Windows_NT" && arch === "x64") { | ||
return ""; | ||
} | ||
if ("https://github.com/rajatsharma/skylink/releases/download/v0.1.2-alpha.5/skylink-v0.1.2-alpha.5-x86_64-unknown-linux-musl.tar.gz" && type === "Linux" && arch === "x64") { | ||
if (type === "Linux" && arch === "x64") { | ||
return "https://github.com/rajatsharma/skylink/releases/download/v0.1.2-alpha.5/skylink-v0.1.2-alpha.5-x86_64-unknown-linux-musl.tar.gz"; | ||
} | ||
if ("https://github.com/rajatsharma/skylink/releases/download/v0.1.2-alpha.5/skylink-v0.1.2-alpha.5-x86_64-apple-darwin.tar.gz" && type === "Darwin" && arch === "x64") { | ||
if (type === "Darwin" && arch === "x64") { | ||
return "https://github.com/rajatsharma/skylink/releases/download/v0.1.2-alpha.5/skylink-v0.1.2-alpha.5-x86_64-apple-darwin.tar.gz"; | ||
@@ -18,0 +16,0 @@ } |
@@ -0,2 +1,3 @@ | ||
#!/usr/bin/env node | ||
const { install } = require("./binary"); | ||
install() |
@@ -0,2 +1,3 @@ | ||
#!/usr/bin/env node | ||
const { run } = require("./binary"); | ||
run() |
{ | ||
"name": "@alchemized/skylink", | ||
"version": "0.1.0-alpha-8", | ||
"version": "0.1.0-alpha-9", | ||
"repository": "https://github.com/rajatsharma/skylink.git", | ||
@@ -5,0 +5,0 @@ "author": "Rajat Sharma <lunasunkaiser@gmail.com>", |
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
3723
39