Skip to content

Commit

Permalink
v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
geovie committed Nov 29, 2018
1 parent 32316d8 commit a1c187e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "noble-winrt",
"description": "Noble (Node.js Bluetooth LE) bindings using CoreBluetooth API",
"version": "0.0.1",
"description": "Noble (Node.js Bluetooth LE) bindings for Windows 10",
"version": "0.0.2",
"author": "[email protected]",
"license": "MIT",
"repository": {
Expand All @@ -18,7 +18,7 @@
"dependencies": {
"napi-thread-safe-callback": "0.0.6",
"noble": "^1.9.1",
"node-addon-api": "^1.1.0",
"node-addon-api": "1.6.2",
"prebuild-install": "^5.0.0",
"bindings": "~1.3.0"
},
Expand Down
7 changes: 4 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -316,9 +316,10 @@ node-abi@^2.2.0:
dependencies:
semver "^5.4.1"

node-addon-api@^1.1.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/node-addon-api/-/node-addon-api-1.2.0.tgz#2d378bbed60cbb7b9e2c505c6833eed8723f41c4"
[email protected]:
version "1.6.2"
resolved "https://registry.yarnpkg.com/node-addon-api/-/node-addon-api-1.6.2.tgz#d8aad9781a5cfc4132cc2fecdbdd982534265217"
integrity sha512-479Bjw9nTE5DdBSZZWprFryHGjUaQC31y1wHo19We/k0BZlrmhqQitWoUL0cD8+scljCbIUL+E58oRDEakdGGA==

node-pre-gyp@^0.10.0:
version "0.10.3"
Expand Down

0 comments on commit a1c187e

Please sign in to comment.