fix main entry

This commit is contained in:
Thomas Ruoff
2016-03-06 01:00:21 +01:00
parent 85cb7ba3f8
commit 067471dbc5

View File

@@ -2,7 +2,7 @@
"name": "switchmon", "name": "switchmon",
"version": "1.1.1", "version": "1.1.1",
"description": "Simple helper for turning on/off connected/disconnected monitors with xrandr", "description": "Simple helper for turning on/off connected/disconnected monitors with xrandr",
"main": "indes.js", "main": "cli.js",
"scripts": { "scripts": {
"test": "mocha" "test": "mocha"
}, },