jharding / grunt-exec

Grunt plugin for executing shell commands.
https://npmjs.org/package/grunt-exec
Other
248 stars 47 forks source link

Update version targeting #74

Closed RobLoach closed 8 years ago

RobLoach commented 8 years ago

Now that Grunt 1.0.0 is out, it would be good to tag grunt-exec@1.0.0 and test it across Node.js 4, 5 and 6.

gwicksted commented 8 years ago

Thank you!

RobLoach commented 8 years ago

Mind tagging and npm publishing too?!?!? :+1:

gwicksted commented 8 years ago

Done. Even though 1.0.0 doesn't match semantic versioning of grunt-exec, I accepted this version change since many grunt packages did the same when adding grunt 1.* compatibility.

RobLoach commented 8 years ago

Thanks a lot, @gwicksted. Was getting peerDependency issues with npm 2.x in Node.js 4. This fixes it. Thanks! :cat: