Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFeross Aboukhadijeh <feross@feross.org>2017-04-15 00:34:02 +0300
committerFeross Aboukhadijeh <feross@feross.org>2017-04-15 00:34:02 +0300
commitb4e79a368d60b5bea9d705676ee76e6f9d7c0a4e (patch)
tree1b20c7f9c6aefc059e67f6dc93d36fb02929447b /package.json
parenteb6c827cdee108c7f3983eda2c2a43ac5cd0a2d9 (diff)
feross -> webtorrent
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index bc85ac7..686f45e 100644
--- a/package.json
+++ b/package.json
@@ -23,7 +23,7 @@
]
},
"bugs": {
- "url": "https://github.com/feross/webtorrent/issues"
+ "url": "https://github.com/webtorrent/webtorrent/issues"
},
"dependencies": {
"addr-to-ip-port": "^1.4.2",
@@ -109,7 +109,7 @@
"main": "index.js",
"repository": {
"type": "git",
- "url": "git://github.com/feross/webtorrent.git"
+ "url": "git://github.com/webtorrent/webtorrent.git"
},
"scripts": {
"build": "browserify -s WebTorrent -e ./ | uglifyjs -c warnings=false -m > webtorrent.min.js",