Open rj33 opened 8 years ago
I know its not ideal, but you could use the Git URL as the dependency until a release is published to npm.
{
"devDependencies": {
"grunt": "^1.0.1",
"grunt-ssh": "git+https://github.com/israelroldan/grunt-ssh.git"
}
}
https://docs.npmjs.com/files/package.json#git-urls-as-dependencies
Could we get the latest peer dependency change to grunt 1.0 pushed as an npm release?