axemclion / grunt-saucelabs

Grunt task for running all your browser tests using Sauce Labs
MIT License
182 stars 98 forks source link

Grunt 1.0.x support #210

Closed evilaliv3 closed 8 years ago

evilaliv3 commented 8 years ago

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!

Since months all the grunt plugins are moving to use grunt 1.0.1 that is the current stable version while the 0.4.5 is now going to be considered outdated.

evilaliv3 commented 8 years ago

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.

evilaliv3 commented 8 years ago

Ah actually commit https://github.com/axemclion/grunt-saucelabs/commit/2159acc63389db67b5a00b1eb625d519002498a2 already fixed the issue.

Would it be possible to have a the package released soon?

Jonahss commented 8 years ago

Doing it ^.^

Sorry you had to wait.

Jonahss commented 8 years ago

Published 8.6.3