Use Webtorrent from a CDN.

pull/50/head
Alex Kern 10 years ago
parent 9fc4a37100
commit 9e2f4fe446

@ -1,4 +1,4 @@
#!/usr/bin/env node
#! /usr/bin/env node
try {
require('./newrelic')

@ -43,6 +43,7 @@ export default class App extends React.Component {
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Quicksand:300,400,700|Lobster+Two" />
<link rel="stylesheet" href="/css" />
<script src="//cdn.jsdelivr.net/webtorrent/latest/webtorrent.min.js" />
<Bootstrap data={this.props.data} />
<script src="/js" />

@ -1,4 +1,3 @@
import WebTorrent from 'webtorrent'
import socket from 'filepizza-socket'
export function getClient() {

@ -42,7 +42,6 @@
"stylus": "^0.50.0",
"twilio": "^2.3.0",
"webrtcsupport": "^2.1.2",
"webtorrent": "^0.56.0",
"winston": "^1.0.1",
"xkcd-password": "^1.2.0"
},

Loading…
Cancel
Save