NativeScript / nativescript-dev-typescript

TypeScript support for NativeScript projects
Apache License 2.0
21 stars 10 forks source link

Creating new projects still references ~0.7.0 ( and not 0.7.2) #59

Closed RoyiNamir closed 6 years ago

RoyiNamir commented 6 years ago

Creating new projects via tns create aaa --ng still references ~0.7.0 ( and not 0.7.2)

0.7.2 is stable and merged and fixed a problem of many "Recompiles"

https://github.com/NativeScript/nativescript-cli/issues/3687#issuecomment-398034476

Bump the version to the new version when creating new templates ?

image

sis0k0 commented 6 years ago

Hi, @RoyiNamir! If ~0.7.0 is specified in the package.json, npm will install the latest 0.7 patch version which is 0.7.2.

RoyiNamir commented 6 years ago

Yeah . thought it might be better to see 0.7.2 at first place. Thanks.