We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb54d91 commit d8a720bCopy full SHA for d8a720b
package.json
@@ -11,15 +11,11 @@
11
"recording"
12
],
13
"homepage": "https://github.com/leafac/obs-cli#readme",
14
- "bugs": {
15
- "url": "https://github.com/leafac/obs-cli/issues"
16
- },
+ "bugs": "https://github.com/leafac/obs-cli/issues",
17
"license": "MIT",
18
"author": "Leandro Facchinetti <[email protected]> (https://leafac.com)",
19
- "bin": {
20
- "obs-cli": "index.js"
21
22
- "repository": "github:leafac/obs-cli",
+ "bin": "index.js",
+ "repository": "leafac/obs-cli",
23
"dependencies": {
24
"commander": "^6.2.0",
25
"obs-websocket-js": "^4.0.2"
0 commit comments