diff options
| author | Simeon Vincent <[email protected]> | 2017-01-16 02:59:08 -0800 |
|---|---|---|
| committer | Simeon Vincent <[email protected]> | 2017-01-16 03:01:11 -0800 |
| commit | 20ffd6446980de41d545c2030cd0e9e6dbcbfe88 (patch) | |
| tree | 13e8fd0b63d6a9282842cbdd1fa9bca9f65dab83 /package.json | |
| parent | 656c8c381a222294aaebf520ef70a3d449687b9f (diff) | |
Fixes incorrect pretty-bites dependency
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
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", |
