bevry / cson

CoffeeScript-Object-Notation. Same as JSON but for CoffeeScript objects.
Other
1.34k stars 56 forks source link

Change dependency to CoffeeScirpt 2 #82

Closed kahogeoff closed 6 years ago

kahogeoff commented 7 years ago

Since CoffeeScript 2 was came out, this library with old dependency "coffee-script"(CoffeeScript 1.x) no longer work with the latest project.

So, the the dependency may need to upgrade to "coffeescript"(CoffeeScript 2.x) instead of "coffee-script"(CoffeeScript 1.x).

balupton commented 7 years ago

+1 - would love a PR

bsott commented 7 years ago

Maybe something like this https://github.com/bevry/cson/pull/84 ?

balupton commented 6 years ago

closing, see https://github.com/bevry/cson/pull/84#issuecomment-360372308