Skip to content

Commit

Permalink
Bump prebuilt-bindings to 1.0.3 to fix an issue with gzip detection.
Browse files Browse the repository at this point in the history
  • Loading branch information
sorccu committed Jun 18, 2017
1 parent 254c158 commit b86265a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
9 changes: 5 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"

0 comments on commit b86265a

Please sign in to comment.