mirror of
https://github.com/tomru/switchmon.git
synced 2026-03-03 06:27:23 +01:00
major refactoring - well almost a rewrite
* changed the output of --list command to be more sane * use promises and simplify API of swm.js * simplify swm.js a bit
This commit is contained in:
@@ -14,7 +14,10 @@
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/tomru/switchmon.git"
|
||||
},
|
||||
"keywords": ["xrandr", "monitor"],
|
||||
"keywords": [
|
||||
"xrandr",
|
||||
"monitor"
|
||||
],
|
||||
"author": "Thomas Ruoff",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
@@ -28,6 +31,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"coveralls": "^2.11.8",
|
||||
"eslint": "^6.6.0",
|
||||
"istanbul": "^0.4.2",
|
||||
"mocha": "^2.4.5",
|
||||
"mocha-lcov-reporter": "^1.2.0",
|
||||
|
||||
Reference in New Issue
Block a user