Skip to content

Commit edb26bd

Browse files
committed
Added node-hid to required deps
1 parent c44315b commit edb26bd

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules/

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,8 @@
2424
"bugs": {
2525
"url": "https://github.com/codepope/BigRedButtonNodeHID/issues"
2626
},
27-
"homepage": "https://github.com/codepope/BigRedButtonNodeHID"
27+
"homepage": "https://github.com/codepope/BigRedButtonNodeHID",
28+
"dependencies": {
29+
"node-hid": "^0.5.1"
30+
}
2831
}

0 commit comments

Comments
 (0)