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)
This commit is contained in:
Arlo Breault 2019-07-10 10:42:49 +02:00
parent 359600ddc5
commit 82562fb21d

View file

@ -25,7 +25,7 @@
"jasmine": "2.5.2" "jasmine": "2.5.2"
}, },
"dependencies": { "dependencies": {
"coffee-script": "^1.12.2", "coffeescript": "^2.4.1",
"wrtc": "^0.0.61", "wrtc": "^0.0.61",
"ws": "^3.3.1", "ws": "^3.3.1",
"xmlhttprequest": "^1.8.0" "xmlhttprequest": "^1.8.0"