groupon / cson-parser

Simple & safe CSON parser
BSD 3-Clause "New" or "Revised" License
133 stars 27 forks source link

chore: Use coffeescript instead of coffee-script #70

Closed jkrems closed 6 years ago

jkrems commented 6 years ago

BREAKING CHANGE: Since coffeescript contains a conflicting ./bin symlink for the coffee command line tool, do not install this version of cson-parser while you still have coffee-script anywhere in your dependency tree.

Fixes https://github.com/groupon/cson-parser/issues/67

jkrems commented 6 years ago

This is a great reminder that we really should remove the dependency on coffee script.

markowsiak commented 6 years ago

:shipit: