theblacksmith / typescript-compiler

Typescript compiler wrapper
MIT License
28 stars 15 forks source link

Use Semver #15

Open davej opened 8 years ago

davej commented 8 years ago

Versions with a dash indicate a pre-release version, not a patch i.e.. 1.4.1-2 is recognised as a pre-release. Please consider publishing 1.4.2 so it is compatible with dependency rules such as:

"typescript-compiler": "^1.4"
matthew-dean commented 8 years ago

I just ran into this same issue. :(