From 067471dbc525c5723737f78f10be1a83c9c7c41c Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Sun, 6 Mar 2016 01:00:21 +0100 Subject: [PATCH] fix main entry --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e22c2ef..1360c29 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "switchmon", "version": "1.1.1", "description": "Simple helper for turning on/off connected/disconnected monitors with xrandr", - "main": "indes.js", + "main": "cli.js", "scripts": { "test": "mocha" },