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