Skip to content

Commit

Permalink
rename binding
Browse files Browse the repository at this point in the history
  • Loading branch information
DomiR authored and mrstegeman committed Mar 19, 2020
1 parent d8616fd commit fba1201
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion binding.gyp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
'targets': [
{
'target_name': 'binding',
'target_name': 'bluetooth_hci_socket',
'conditions': [
['OS=="linux" or OS=="android" or OS=="freebsd"', {
'sources': [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"test": "jshint lib/*.js && node test.js"
},
"binary": {
"module_name": "binding",
"module_name": "bluetooth_hci_socket",
"module_path": "./lib/binding/",
"host": "https://github.com/abandonware/node-bluetooth-hci-socket/releases/download/",
"package_name": "{module_name}-{version}-{node_abi}-{platform}-{arch}.tar.gz",
Expand Down

0 comments on commit fba1201

Please sign in to comment.