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>2015-12-30 05:21:55 +0300
committerFeross Aboukhadijeh <feross@feross.org>2015-12-30 05:21:55 +0300
commitd0cf21ca92747eab9a59aef78caa48f3a76d849f (patch)
treef952d1c6d6e057c482a9d6f291d466cd6aa0af2a /package.json
parent2f08f54a3a2f37fcebeb93a348cab33e48349ed0 (diff)
remove tonic example
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/package.json b/package.json
index 1b3be21..3c797b9 100644
--- a/package.json
+++ b/package.json
@@ -115,6 +115,5 @@
"test-browser": "zuul -- test/*.js test/browser/*.js",
"test-browser-local": "zuul --local -- test/*.js test/browser/*.js",
"test-node": "tape test/*.js test/node/*.js"
- },
- "tonicExampleFilename": "./examples/browser-download.js"
+ }
}