From b86265af52ec1b947b3e854045b087d3d2b19249 Mon Sep 17 00:00:00 2001 From: Simo Kinnunen Date: Sun, 18 Jun 2017 23:41:33 +0900 Subject: [PATCH] Bump prebuilt-bindings to 1.0.3 to fix an issue with gzip detection. --- package.json | 2 +- yarn.lock | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 9ee9773..29f43ce 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "dependencies": { "bindings": "^1.2.1", "nan": "^2.4.0", - "prebuilt-bindings": "^1.0.2" + "prebuilt-bindings": "^1.0.3" }, "scripts": { "install": "node ./prebuilt-bindings install", diff --git a/yarn.lock b/yarn.lock index e2a2f92..3bd5f1f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1,5 +1,7 @@ # THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. # yarn lockfile v1 + + bindings@^1.2.1: version "1.2.1" resolved "https://registry.yarnpkg.com/bindings/-/bindings-1.2.1.tgz#14ad6113812d2d37d72e67b4cacb4bb726505f11" @@ -8,7 +10,6 @@ nan@^2.4.0: version "2.4.0" resolved "https://registry.yarnpkg.com/nan/-/nan-2.4.0.tgz#fb3c59d45fe4effe215f0b890f8adf6eb32d2232" -prebuilt-bindings: - version "1.0.2" - resolved "https://registry.yarnpkg.com/prebuilt-bindings/-/prebuilt-bindings-1.0.2.tgz#d9d837d67c856df0448b69abc96935b48e565061" - +prebuilt-bindings@^1.0.3: + version "1.0.3" + resolved "https://registry.yarnpkg.com/prebuilt-bindings/-/prebuilt-bindings-1.0.3.tgz#eef06f394d0ca29bf26a3d0fa8f6cfc72344090f"