jonschlinkert / grunt-js2coffee

Convert JavaScript to CoffeeScript with Grunt.js

Home Page:https://github.com/jonschlinkert

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation command is wrong!

fuechter opened this issue · comments

Please change the command:

npm install js2coffee --save-dev

to

npm install grunt-js2coffee --save-dev

pull request?