Update docker-progress to v2.6.3

2.6.2 has a serious bug which causes the js file to not be included in the published package.
Webpack gave us an unexpected workaround because it will add the .coffee file anyways, but we should
still update to the fixed version.

Change-Type: patch
Signed-off-by: Pablo Carranza Velez <pablo@resin.io>
This commit is contained in:
Pablo Carranza Velez 2017-08-28 10:02:50 -07:00
parent 673996e2ee
commit 5a369170c6

View File

@ -30,7 +30,7 @@
"coffee-loader": "^0.7.3",
"coffee-script": "~1.11.0",
"docker-delta": "^2.0.1",
"docker-progress": "^2.6.0",
"docker-progress": "^2.6.3",
"docker-toolbelt": "^3.0.1",
"event-stream": "^3.0.20",
"express": "^4.0.0",