Comparing version 1.1.0 to 1.2.0
@@ -41,3 +41,5 @@ var path = require("path"); | ||
if (response.statusCode == 404) { | ||
reject("Unfortunately, there are currently no Elm Platform binaries available for your operating system and architecture.\n\nIf you would like to build Elm from source, there are instructions at https://github.com/elm-lang/elm-platform#build-from-source\n"); | ||
var errorMessage = options.errorMessage || "Not Found: " + url; | ||
reject(errorMessage); | ||
return; | ||
@@ -44,0 +46,0 @@ } |
{ | ||
"name": "binstall", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "Install binaries via npm.", | ||
@@ -5,0 +5,0 @@ "main": "binstall.js", |
@@ -1,2 +0,2 @@ | ||
# binstall [![Version](https://img.shields.io/npm/v/binstall.svg)](https://www.npmjs.com/package/binstall) [![Travis build Status](https://travis-ci.org/rtfeldman/binstall.svg?branch=master)](http://travis-ci.org/rtfeldman/binstall) [![AppVeyor build status](https://ci.appveyor.com/api/projects/status/0j7x0mpggmtu6mms/branch/master?svg=true)](https://ci.appveyor.com/project/rtfeldman/elm-css/branch/master) | ||
# binstall [![Version](https://img.shields.io/npm/v/binstall.svg)](https://www.npmjs.com/package/binstall) [![Travis build Status](https://travis-ci.org/rtfeldman/binstall.svg?branch=master)](http://travis-ci.org/rtfeldman/binstall) [![AppVeyor build status](https://ci.appveyor.com/api/projects/status/wndenerqn5j09j0x/branch/master?svg=true)](https://ci.appveyor.com/project/rtfeldman/binstall/branch/master) | ||
@@ -3,0 +3,0 @@ Download and install binaries from a `.tar.gz` file hosted at some URL. |
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
65
4755