Skip to content

Commit d8a720b

Browse files
committed
1 parent cb54d91 commit d8a720b

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

package.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,11 @@
1111
"recording"
1212
],
1313
"homepage": "https://github.com/leafac/obs-cli#readme",
14-
"bugs": {
15-
"url": "https://github.com/leafac/obs-cli/issues"
16-
},
14+
"bugs": "https://github.com/leafac/obs-cli/issues",
1715
"license": "MIT",
1816
"author": "Leandro Facchinetti <[email protected]> (https://leafac.com)",
19-
"bin": {
20-
"obs-cli": "index.js"
21-
},
22-
"repository": "github:leafac/obs-cli",
17+
"bin": "index.js",
18+
"repository": "leafac/obs-cli",
2319
"dependencies": {
2420
"commander": "^6.2.0",
2521
"obs-websocket-js": "^4.0.2"

0 commit comments

Comments
 (0)