commit 82562fb21de6472bfe73b41d227fd0eab80567f4 Author: Arlo Breault arlolra@gmail.com Date: Wed Jul 10 10:42:49 2019 +0200
Bump coffeescript to 2.x
After auditing for breaking changes [0] so that the output produced uses ES2015 classes.
[0] https://coffeescript.org/#breaking-changes) --- proxy/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/proxy/package.json b/proxy/package.json index a828aa6..c907fed 100644 --- a/proxy/package.json +++ b/proxy/package.json @@ -25,7 +25,7 @@ "jasmine": "2.5.2" }, "dependencies": { - "coffee-script": "^1.12.2", + "coffeescript": "^2.4.1", "wrtc": "^0.0.61", "ws": "^3.3.1", "xmlhttprequest": "^1.8.0"