Closed jkrems closed 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.
./bin
coffee
cson-parser
coffee-script
Fixes https://github.com/groupon/cson-parser/issues/67
This is a great reminder that we really should remove the dependency on coffee script.
:shipit:
BREAKING CHANGE: Since coffeescript contains a conflicting
./bin
symlink for thecoffee
command line tool, do not install this version ofcson-parser
while you still havecoffee-script
anywhere in your dependency tree.Fixes https://github.com/groupon/cson-parser/issues/67