Skip to content

Commit

Permalink
move to a prebuilt release of OSN (stream-labs#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
avacreeth authored Jan 12, 2018
1 parent 94eee31 commit 024a02d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[submodule "node-libuiohook"]
path = node-libuiohook
url = https://github.com/stream-labs/node-libuiohook.git
[submodule "obs-studio-node"]
path = obs-studio-node
url = https://github.com/stream-labs/obs-studio-node.git
1 change: 0 additions & 1 deletion obs-studio-node
Submodule obs-studio-node deleted from bee9bd
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"font-manager": "^0.2.2",
"lodash": "^4.17.4",
"node-libuiohook": "file:./node-libuiohook",
"obs-studio-node": "file:./obs-studio-node",
"obs-studio-node": "https://github.com/stream-labs/obs-studio-node/releases/download/v0.0.1/obs-studio-node.tar.gz",
"rimraf": "^2.6.1",
"socket.io-client": "2.0.3",
"uuid": "^3.0.1",
Expand Down
3 changes: 2 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5346,8 +5346,9 @@ object.omit@^2.0.0:
for-own "^0.1.4"
is-extendable "^0.1.1"

"obs-studio-node@file:./obs-studio-node":
"obs-studio-node@https://github.com/stream-labs/obs-studio-node/releases/download/v0.0.1/obs-studio-node.tar.gz":
version "0.0.1"
resolved "https://github.com/stream-labs/obs-studio-node/releases/download/v0.0.1/obs-studio-node.tar.gz#a00702565ab787313a3dd7e12c819d398a3f6f03"
dependencies:
"@types/shelljs" "^0.7.2"
cmake-js "^3.5.0"
Expand Down

0 comments on commit 024a02d

Please sign in to comment.