Skip to content

Commit a592974

Browse files
committed
preparing for merge
1 parent a2daa0d commit a592974

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

binding.gyp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"defines": [
2828
"OPENZWAVE_ETC=<(OZW_ETC)/config",
2929
"OPENZWAVE_DOC=<!@(node -p -e \"'<(OZW_DOC)'.length ? '<(OZW_DOC)' : '/usr/local/share/doc/openzwave'\")",
30-
"OPENZWAVE_SECURITY=<!@(nm <(OZW_LIB_PATH)/libopenzwave.so | grep _ZN9OpenZWave7Manager7AddNodeEjb | wc -l)"
30+
"OPENZWAVE_SECURITY=<!@(find <(OZW_INC) -name ZWSecurity.h | wc -l)"
3131
],
3232
"link_settings": {
3333
"libraries": [
@@ -58,7 +58,7 @@
5858
"defines": [
5959
"OPENZWAVE_ETC=<!@(node -p -e \"'<(OZW_ETC)'.length ? '<(OZW_ETC)' : '/usr/local/etc/openzwave'\")",
6060
"OPENZWAVE_DOC=<!@(node -p -e \"'<(OZW_DOC)'.length ? '<(OZW_DOC)' : '/usr/local/share/doc/openzwave'\")",
61-
"OPENZWAVE_SECURITY=<!@(nm <(OZW_LIB_PATH)/libopenzwave.so | grep _ZN9OpenZWave7Manager7AddNodeEjb | wc -l)"
61+
"OPENZWAVE_SECURITY=<!@(find <(OZW_INC) -name ZWSecurity.h | wc -l)"
6262
],
6363
"link_settings": {
6464
"libraries": ["-lopenzwave"]

package.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openzwave-shared",
3-
"version": "1.1.4",
3+
"version": "1.1.5",
44
"description": "Node.JS bindings for OpenZWave including management and security functions",
55
"main": "./lib/openzwave-shared.js",
66
"dependencies" : {
@@ -18,13 +18,14 @@
1818
"keywords": [
1919
"zwave", "z-wave",
2020
"home automation",
21-
"openzwave"
21+
"openzwave", "open-zwave"
2222
],
2323
"author": "Elias Karakoulakis <elias.karakoulakis@gmail.com>",
24-
"contributors": [
25-
"Jonathan Perkin <jonathan@perkin.org.uk> (http://www.perkin.org.uk/)" ,
26-
"Thibaut CONSTANT",
27-
"davide-lr"
24+
"contributors": [
25+
"Jonathan Perkin (http://www.perkin.org.uk/)" ,
26+
"Thibaut CONSTANT",
27+
"davide-lr",
28+
"Luke Hertert (http://werul.com)"
2829
],
2930
"license": {
3031
"type": "ISC",

0 commit comments

Comments
 (0)