diff --git a/package.json b/package.json
index b0fec88c1cfa512d60e14d8d7f3d11d99f680063..e81d7143ed42a2e3243f438d611616f52981258a 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "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" : "*"