schteppe / p2.js

JavaScript 2D physics library
Other
2.64k stars 330 forks source link

Adding grunt-cli to package.json #241

Open AndrewRayCode opened 8 years ago

AndrewRayCode commented 8 years ago

It looks like you were relying on a locally installed global grunt-cli package, which is the package that lets you use grunt at the command line. Adding it to this package explicitly to avoid falling back to user's global npm libraries.

finscn commented 7 years ago

I hope p2.js could use gulp :)