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>2014-01-29 14:57:47 +0400
committerFeross Aboukhadijeh <feross@feross.org>2014-01-29 14:57:47 +0400
commit621d09574926a923248876cb3e3cf9ba4ad9b436 (patch)
tree96ceadefc4f70a94a88f9a7e6c20e68fdfab35bb /package.json
parent327af593ad5defc74cad6dc7fbaafd80adba0fc5 (diff)
verbose watchify output
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index af20a25..4ade0bd 100644
--- a/package.json
+++ b/package.json
@@ -24,7 +24,7 @@
},
"scripts": {
"build": "browserify --debug index.js > chrome/bundle.js",
- "watch": "watchify --debug index.js -o chrome/bundle.js & nodemon -w chrome/bundle.js ./bin/start.js",
+ "watch": "watchify index.js -o chrome/bundle.js -dv & nodemon -w chrome/bundle.js ./bin/start.js",
"start": "npm run build && ./bin/start.js",
"test": "tape test/*.js"
},