Skip to content

Commit e2b3041

Browse files
author
vakrilov
committed
More deps and readme changes
1 parent f8d75a1 commit e2b3041

File tree

4 files changed

+5
-10
lines changed

4 files changed

+5
-10
lines changed

Diff for: CHANGELOG.md

-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
# 3.0.0 (2017-xx-xx)
2-
- Compatible with Angular 4 and NativeScript 3.0
3-
41
<a name="1.5.1"></a>
52
## [1.5.1](https://github.com/NativeScript/nativescript-angular/compare/v1.5.0...v1.5.1) (2017-03-30)
63

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![Build Status](https://travis-ci.org/NativeScript/nativescript-angular.svg?branch=master)](https://travis-ci.org/NativeScript/nativescript-angular)
22

3-
Integrating NativeScript with Angular 2.
3+
Integrating NativeScript with Angular.
44

55
# Running locally
66

@@ -68,7 +68,7 @@ npm link nativescript-angular
6868
1. Make changes to the `test`, `ng-sample` projects or in `nativescript-angular` folder.
6969
2. Run the `tests` or `ng-sample` using as shown above.
7070

71-
# Watch the video explaining Angular 2 and NativeScript
71+
# Watch the video explaining Angular and NativeScript
7272
[NativeScript session on AngularConnect conference](https://www.youtube.com/watch?v=4SbiiyRSIwo)
7373

7474
# Explore the examples

Diff for: nativescript-angular/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[Get started with Angular 2 and NativeScript.](http://docs.nativescript.org/angular/start/introduction.html)
1+
[Get started with Angular and NativeScript.](http://docs.nativescript.org/angular/start/introduction.html)

Diff for: nativescript-angular/package.json

+2-4
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
"update-app-ng-deps": "./bin/update-app-ng-deps"
4040
},
4141
"dependencies": {
42-
"nativescript-intl": "~0.0.8",
43-
"reflect-metadata": "~0.1.8"
42+
"nativescript-intl": "^0.0.8",
43+
"reflect-metadata": "^0.1.8"
4444
},
4545
"peerDependencies": {
4646
"@angular/core": "~4.0.0",
@@ -66,12 +66,10 @@
6666
"@angular/forms": "~4.0.0",
6767
"@angular/http": "~4.0.0",
6868
"codelyzer": "~3.0.0-beta.4",
69-
"nativescript-intl": "^0.0.8",
7069
"tns-core-modules": "internal-preview",
7170
"tslint": "~4.5.0",
7271
"typescript": "~2.2.1",
7372
"rxjs": "^5.0.1",
74-
"reflect-metadata": "^0.1.8",
7573
"zone.js": "^0.8.4"
7674
}
7775
}

0 commit comments

Comments
 (0)