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:
authorSindre Sorhus <sindresorhus@gmail.com>2014-12-05 13:06:06 +0300
committerSindre Sorhus <sindresorhus@gmail.com>2014-12-05 13:06:06 +0300
commit429121d475d186881a78a42c4d41b78420bf0f8a (patch)
tree468d1685ebf2360525782c66724ade7927812c25 /package.json
parent956b57e19c9b8e36637a7ee117feeb67af50976d (diff)
use base-10 file sizes
It's more natural for users. It's the unit used in OS X and most torrent apps like Transmission.app. http://pacoup.com/2009/05/26/kb-kb-kib-whats-up-with-that/
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 a21fde3..5444d89 100644
--- a/package.json
+++ b/package.json
@@ -51,7 +51,7 @@
"network-address": "0.0.5",
"once": "^1.3.1",
"parse-torrent": "^2.1.0",
- "prettysize": "0.0.3",
+ "pretty-bytes": "^1.0.1",
"pump": "^1.0.0",
"random-access-file": "^0.3.1",
"range-parser": "^1.0.2",