From d5ae92242b153037e37d8ada3872a24a95fb929c Mon Sep 17 00:00:00 2001 From: Guillermo Rauch Date: Sat, 27 Feb 2016 16:40:14 -0800 Subject: [PATCH] package: add `progress` bar, `retry` and `bytes` --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 7ce1948..7df2c82 100644 --- a/package.json +++ b/package.json @@ -16,6 +16,7 @@ "array-unique": "0.2.1", "babel-plugin-transform-runtime": "6.5.2", "babel-runtime": "6.5.0", + "bytes": "2.3.0", "chalk": "1.1.1", "commander": "2.9.0", "copy-paste": "1.1.4", @@ -23,6 +24,8 @@ "graceful-fs": "4.1.3", "ms": "0.7.1", "node-fetch": "1.3.3", + "progress": "1.1.8", + "retry": "0.9.0", "spdy": "3.2.0" }, "devDependencies": {