csantanapr / grunt-cordovacli

Wraps web app with Cordova CLI using GruntJS
Apache License 2.0
60 stars 31 forks source link

Mark cordova as devDependencies and peerDependencies. #8

Closed hswong3i closed 9 years ago

hswong3i commented 10 years ago

"cordova": ">= 3.4" not works with latest npm because of its x.y.z-a.b.c version style.

On the other hand, cordova prefer install with "npm -g install cordova" ;-)

csantanapr commented 9 years ago

I don't agree with Cordova's preferences to install global. and I'm part of Cordova project :-)