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:
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 5a9a66f..7de544f 100644
--- a/package.json
+++ b/package.json
@@ -77,6 +77,7 @@
"browserify": "^8.0.2",
"portfinder": "^0.3.0",
"run-auto": "^1.0.0",
+ "standard": "^1.0.0",
"tape": "^3.0.3",
"uglify-js": "^2.4.15",
"zelda": "^2.0.0",
@@ -110,7 +111,7 @@
"build-debug": "browserify -s WebTorrent -e ./ > webtorrent.debug.js",
"size": "npm run build && cat webtorrent.min.js | gzip | wc -c",
"start": "node ./bin/cmd.js",
- "test": "node ./bin/test.js",
+ "test": "standard && node ./bin/test.js",
"test-browser": "zuul -- test/basic.js",
"test-browser-local": "zuul --local -- test/basic.js",
"test-node": "tape test/*.js"