Merge pull request #251 from resin-io/update-coffeescript

Update to coffee-script ~1.10.0
This commit is contained in:
Page- 2016-09-08 13:35:44 -07:00 committed by GitHub
commit 291c542fd3
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
* Updated to coffee-script ~1.10.0 [Page]
* Catch exec format error and provide friendlier error message [Aleksis]
# v2.1.0

View File

@ -12,7 +12,7 @@
"bluebird": "^2.9.24",
"body-parser": "^1.12.0",
"buffer-equal-constant-time": "^1.0.1",
"coffee-script": "~1.9.1",
"coffee-script": "~1.10.0",
"docker-delta": "0.0.11",
"docker-progress": "^2.1.0",
"docker-toolbelt": "^1.0.0",