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 01:24:11 +0300
committerFeross Aboukhadijeh <feross@feross.org>2015-12-30 01:24:11 +0300
commitb378a8e40b62348733d7bef4a75ec1798e2b1131 (patch)
tree17b29070c627ad8e0dc71b7601bde6b04a56f76f /package.json
parent6e2f89ec447a8004b31efc9b557014e12ac7b699 (diff)
add tonic example file
https://tonicdev.uservoice.com/knowledgebase/articles/765846-how-do-i-cu stomize-the-example-for-my-npm-package
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 6b023ab..9feab7b 100644
--- a/package.json
+++ b/package.json
@@ -115,5 +115,6 @@
"test-browser": "zuul -- test/basic.js test/basic-browser.js",
"test-browser-local": "zuul --local -- test/basic.js test/basic-browser.js",
"test-node": "tape test/*.js"
- }
+ },
+ "tonicExampleFilename": "./examples/browser-download.js"
}