aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Miller <[email protected]>2017-01-16 09:29:40 -0500
committerGitHub <[email protected]>2017-01-16 09:29:40 -0500
commit805896100bfea152b0433d47307db126c1a83a8d (patch)
tree13e8fd0b63d6a9282842cbdd1fa9bca9f65dab83
parent656c8c381a222294aaebf520ef70a3d449687b9f (diff)
parent20ffd6446980de41d545c2030cd0e9e6dbcbfe88 (diff)
Merge pull request #7 from svincent/pretty-bytes
Fixes incorrect pretty-bites dependency
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 10aaec7..16b5b83 100644
--- a/package.json
+++ b/package.json
@@ -64,7 +64,7 @@
"mkdirp": "^0.5.1",
"mocha": "^3.2.0",
"npm-run-all": "^2.1.1",
- "pretty-bytes": "^4.0.2",
+ "pretty-bytes-cli": "^2.0.0",
"rimraf": "^2.5.2",
"rollup": "^0.41.4",
"rollup-plugin-buble": "^0.15.0",