Skip to content

Commit e0a0d76

Browse files
authored
Update package.json
1 parent dad75c6 commit e0a0d76

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

package.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,16 @@
44
"description": "Lib for control Media Player Classic - Home Cinema via HTTP API",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",
7+
"repository": {
8+
"type": "git",
9+
"url": "https://github.com/rzcoder/mpc-hc-control.git"
10+
},
11+
"bugs": {
12+
"url": "https://github.com/rzcoder/mpc-hc-control/issues"
13+
},
14+
"homepage": "https://github.com/rzcoder/mpc-hc-controla",
715
"scripts": {
816
"build": "tsc",
9-
"-pretest": "tslint --project ./",
10-
"-prebuild": "tslint --project ./",
1117
"test": "echo \"Error: no test specified\" && exit 1"
1218
},
1319
"keywords": [

0 commit comments

Comments
 (0)