Comparing version 0.1.5 to 0.1.6
{ | ||
"name": "tns-ios", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"description": "NativeScript iOS runtime", | ||
@@ -22,5 +22,3 @@ "keywords": [ | ||
"_id": "tns-ios@0.1.4", | ||
"_shasum": "a894bd0572a31780d677c00adc6656521e2b8561", | ||
"_from": "tns-ios@", | ||
"_resolved": "https://registry.npmjs.org/tns-ios/-/tns-ios-0.1.4.tgz" | ||
"_from": "tns-ios@0.1.4" | ||
} |
@@ -23,3 +23,3 @@ var http = require("http"); | ||
function downloadLib(win) { | ||
var packageUrl = util.format("http://s3.amazonaws.com/nativescript/ios/%s/libTNSBridge.gz", version); | ||
var packageUrl = util.format("http://s3.amazonaws.com/nativescript/ios/0.1.5/libTNSBridge.gz"); | ||
@@ -26,0 +26,0 @@ console.log("Downloading %s from %s ...", description, packageUrl); |
Sorry, the diff of this file is not supported yet
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
50344
9