Skip to content

Commit 4511021

Browse files
committed
2.2.2
1 parent fd15e71 commit 4511021

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obs-cli",
3-
"version": "2.2.1",
3+
"version": "2.2.2",
44
"description": "Remote control OBS from the command line.",
55
"scripts": {
66
"test": "prettier --check \"index.js\" --end-of-line auto",
@@ -15,7 +15,9 @@
1515
"bugs": "https://github.com/leafac/obs-cli/issues",
1616
"license": "MIT",
1717
"author": "Leandro Facchinetti <[email protected]> (https://leafac.com)",
18-
"bin": "index.js",
18+
"bin": {
19+
"obs-cli": "index.js"
20+
},
1921
"repository": "leafac/obs-cli",
2022
"dependencies": {
2123
"commander": "^6.2.0",

0 commit comments

Comments
 (0)