jscoverage icon indicating copy to clipboard operation
jscoverage copied to clipboard

CoffeeScript dependency should require minimum version

Open erhhung opened this issue 9 years ago • 0 comments

"coffee-script" dependency in "package.json" is currently "anything-goes", but without an explicit CoffeeScript dependency for a recent version added to my local project, I wind up with CoffeeScript v1.3.1, which does not support the require('coffee-script').register() call in "index.js", causing an immediate crash.

erhhung avatar Feb 03 '16 20:02 erhhung