Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Grunt 1.0.x support #57

Closed
lsuchanek opened this issue Apr 29, 2016 · 6 comments
Closed

Grunt 1.0.x support #57

lsuchanek opened this issue Apr 29, 2016 · 6 comments

Comments

@lsuchanek
Copy link

The module fails to install with Grunt 1.0.x. Are there plans to bring support to the newest version? Thanks for all the hard work!

@emphaticsunshine
Copy link
Collaborator

I was able to get it working with Grunt 1.0.x. Are you sure it is failing because of this module? Can you post the error stack?

@alberto-chiesa
Copy link
Contributor

AFAICT, the module works with the latest Grunt. The only issue is that the requirement is in the form

"dependencies": {
    ...
    "grunt": "^0.4.1",
    ...
}

I think it should be ">=0.4.1", because, as it is, it requires to download an obsolete (and useless) version of grunt just to please the dependency resolver. I don't need a version 0.4.5 (the last 0.x released) in my dependency tree.

Please fix this minor annoyance, and thank you much for this useful module!

@alberto-chiesa
Copy link
Contributor

I submitted a Pull Request that hopefully fixes this issue: #58.

@evilaliv3
Copy link

i confirm the issue and the fix;

@evilaliv3
Copy link

for big projects is really important that this change is done in orer to move forward and adopt grunt 1.0.1

@vkadam
Copy link
Owner

vkadam commented Jun 29, 2016

Released 0.2.13, Thanks @alberto-chiesa for PR

@vkadam vkadam closed this as completed Jun 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants