Skip to content

Commit

Permalink
add webrtc transport in, sorta working but needs more testing
Browse files Browse the repository at this point in the history
  • Loading branch information
quartzjer committed Feb 11, 2015
1 parent 3921051 commit 5666d44
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions index.js
Expand Up @@ -8,6 +8,7 @@ var log = telehash.log();
module.exports.add(require('telehash-udp4'));
module.exports.add(require('telehash-http'));
module.exports.add(require('telehash-tcp4'));
module.exports.add(require('telehash-webrtc'));

// attach our package+version to be helpful
module.exports.package = require('./package.json');
Expand Down
3 changes: 2 additions & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "telehash",
"version": "0.3.23",
"version": "0.3.24",
"main":"index.js",
"dependencies": {
"localstorage-fs": "~0.1.0",
Expand All @@ -10,6 +10,7 @@
"telehash-udp4": "git+https://github.com/quartzjer/telehash-udp4.git",
"telehash-tcp4": "git+https://github.com/quartzjer/telehash-tcp4.git",
"telehash-http": "git+https://github.com/quartzjer/telehash-http.git",
"telehash-webrtc": "git+https://github.com/quartzjer/telehash-webrtc.git",
"path-extra":"~0.3.0",
"optimist": "~0.6.1",
"json-stable-stringify": "~1.0.0"
Expand Down

0 comments on commit 5666d44

Please sign in to comment.