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-01-03 04:27:01 +0300
committerFeross Aboukhadijeh <feross@feross.org>2015-01-03 04:27:01 +0300
commit1aee189a736c0d1c9d8341ee3a4ec599c6cc1af4 (patch)
tree3df173a6f45c2071312624481a82bfb986e08b30
parentec36d6272fd7bf3fc5f22be04f462240c18a044e (diff)
remove prepublish script
-rw-r--r--package.json1
1 files changed, 0 insertions, 1 deletions
diff --git a/package.json b/package.json
index 52dbb96..5c70f76 100644
--- a/package.json
+++ b/package.json
@@ -110,7 +110,6 @@
"scripts": {
"build": "browserify -s WebTorrent -e ./ | uglifyjs -c warnings=false -m > webtorrent.min.js",
"build-debug": "browserify -s WebTorrent -e ./ > webtorrent.debug.js",
- "prepublish": "npm run build",
"size": "npm run build && cat webtorrent.min.js | gzip | wc -c",
"start": "node ./bin/cmd.js",
"test": "node ./bin/test.js",