TypeStrong / grunt-ts

A grunt task to manage your complete typescript development to production workflow
https://www.npmjs.com/package/grunt-ts
MIT License
330 stars 121 forks source link

Need to support grunt v1.0.2 #430

Closed danielrentz closed 5 years ago

danielrentz commented 5 years ago

For some reason, I am forced to use grunt v1.0.2 in the project I am working on. I want to introduce TS and grunt-ts in this project. Everything works like a charm, the only problem is the peer dependency "grunt": "^1.0.3 || ^0.4.0" which triggers an error when installing the packages in our CI pipeline.

Would it be possible to lower the version to 1.0.2 or even 1.0.0?

nycdotnet commented 5 years ago

yeah I suppose that’s a good idea. 1.0.0 and allowing the patch version to float with the ~. PRs accepted. Thanks!

danielrentz commented 5 years ago

431

nycdotnet commented 5 years ago

Merged. Thanks for the contribution. I will try to get a release out later tonight.

danielrentz commented 5 years ago

Merged. Thanks for the contribution. I will try to get a release out later tonight.

@nycdotnet Can you tell when the next release might be there?

nycdotnet commented 5 years ago

OK this is published as grunt-ts@6.0.0-beta.22. Thanks for your contribution! You are mentioned in the changelog.

danielrentz commented 5 years ago

Thank you very much!