Skip to content
Snippets Groups Projects
Verified Commit 76bee7e3 authored by Erick Hitter's avatar Erick Hitter
Browse files

Fix error in package.json re bin scripts

parent 6f01405a
No related branches found
No related tags found
No related merge requests found
{
"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" : "*"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment