Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle reserved characters in filepaths #1629

Open
wants to merge 4 commits into
base: master
from
Open
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file or symbol
Failed to load files and symbols.

Always

Just for now

Update package.json for pull request

  • Loading branch information
Jaliborc committed May 16, 2019
commit 128d1afe093680955040bc1c23bc1763632288c7
@@ -1,5 +1,5 @@
{
"name": "webtorrent-jali",
"name": "webtorrent",
"description": "Streaming torrent client",
"version": "0.103.1b",
"author": {
@@ -23,7 +23,7 @@
]
},
"bugs": {
"url": "https://github.com/Jaliborc/webtorrent/issues"
"url": "https://github.com/webtorrent/webtorrent/issues"
},
"dependencies": {
"addr-to-ip-port": "^1.4.2",
@@ -108,7 +108,7 @@
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/Jaliborc/webtorrent.git"
"url": "git://github.com/webtorrent/webtorrent.git"
},
"scripts": {
"build": "browserify -s WebTorrent -e ./ | minify > webtorrent.min.js",
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.