diff --git a/README.md b/README.md index 49a0777..4b7d70e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # NativeScript TypeScript +## `nativescript-dev-typescript` is deprecated in favour of `bundle` workflow, which will be introduced with CLI v6.0. More info about the upcoming new approach can be found [here](https://www.nativescript.org/blog/the-future-of-building-nativescript-apps). + A package providing TypeScript support for NativeScript. [NativeScript](https://www.nativescript.org/) is a framework which enables developers to write truly native mobile applications for Android and iOS using JavaScript and CSS. [Angular](https://angular.io/) is one of the most popular open source JavaScript frameworks for application development. We [worked closely with developers at Google](http://angularjs.blogspot.bg/2015/12/building-mobile-apps-with-angular-2-and.html) to make Angular in NativeScript a reality. The result is a software architecture that allows you to build mobile apps using the same framework—and in some cases the same code—that you use to build Angular web apps, with the performance you’d expect from native code. [Read more about building truly native mobile apps with NativeScript and Angular](https://docs.nativescript.org/tutorial/ng-chapter-0). diff --git a/package.json b/package.json index 440f05b..3871777 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nativescript-dev-typescript", - "version": "0.9.0", + "version": "0.10.0", "description": "TypeScript support for NativeScript projects. Install using `tns install typescript`.", "scripts": { "test": "exit 0", @@ -42,6 +42,6 @@ "dependencies": { "nativescript-hook": "^0.2.0", "semver": "5.5.0", - "typescript": "~3.1.1" + "typescript": "~3.4.5" } }