electron-userland / electron-compilers

DEPRECATED: Compiler implementations for electron-compile
35 stars 55 forks source link

Use coffeescript, not coffee-script #84

Open malept opened 6 years ago

malept commented 6 years ago

Avoids the following warning:

npm WARN deprecated coffee-script@1.12.7: CoffeeScript on NPM has moved to "coffeescript" (no hyphen)

ivanreese commented 6 years ago

I'd also like to see this merged. More than just dodging the warning, this would allow to use of new features in CoffeeScript 2, like pass-through for import.

hacdias commented 5 years ago

@malept can it be merged?