@alchemized/skylink
Advanced tools
Comparing version 0.1.0-alpha-2 to 0.1.0-alpha-3
@@ -23,4 +23,3 @@ const { Binary } = require("binary-install"); | ||
const getBinary = () => { | ||
const platform = getPlatform(); | ||
const version = require("./package.json").version; | ||
const version = require("../package.json").version; | ||
const url = getBinaryUrl(); | ||
@@ -27,0 +26,0 @@ return new Binary(url, { name: "skylink" }); |
{ | ||
"name": "@alchemized/skylink", | ||
"version": "0.1.0-alpha-2", | ||
"version": "0.1.0-alpha-3", | ||
"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
3941
40