Skip to content

Commit d1c6e7b

Browse files
committed
bulk tidy package.json
1 parent 2adeec8 commit d1c6e7b

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

package.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,19 @@
1111
"manufacturer": "ChamSys",
1212
"product": "MagicQ (UDP)",
1313
"shortname": "magicq",
14-
"homepage": "https://secure.chamsys.co.uk/products",
14+
"homepage": "https://github.com/bitfocus/companion-module-chamsys-magicq-udp#readme",
1515
"description": "Module to control Chamsys MagicQ Consoles over UDP network - can't be used in multi console setups",
1616
"main": "index.js",
1717
"scripts": {
1818
"test": "echo \"Error: no test specified\" && exit 1"
1919
},
2020
"author": "Per Røine <per.roine@gmail.com>",
21-
"license": "MIT"
21+
"license": "MIT",
22+
"bugs": {
23+
"url": "https://github.com/bitfocus/companion-module-chamsys-magicq-udp/issues"
24+
},
25+
"repository": {
26+
"type": "git",
27+
"url": "git+https://github.com/bitfocus/companion-module-chamsys-magicq-udp.git"
28+
}
2229
}

0 commit comments

Comments
 (0)