-
- Downloads
Fix error in package.json re bin scripts
{ | ||
"name": "dash-button-shm", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Control Samsung SmartThings Home Monitor with an Amazon Dash button", | ||
"author": "Erick Hitter <contact@ethitter.com>", | ||
"license": "GPL-2.0+", | ||
... | ... | @@ -16,9 +16,6 @@ |
"scripts": { | ||
"start": "node index.js" | ||
}, | ||
"bin" : { | ||
"dashshmfind": "sudo node node_modules/node-dash-button/bin/findbutton" | ||
}, | ||
"dependencies": { | ||
"node-dash-button": "*", | ||
"request" : "*" | ||
... | ... |
Please register or sign in to comment