Skip to content

Commit 8ea0714

Browse files
committed
Upgrade to {N} 1.7
1 parent baef2a2 commit 8ea0714

File tree

3 files changed

+6
-25
lines changed

3 files changed

+6
-25
lines changed

ng-sample/package.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"homepage": "https://github.com/NativeScript/template-hello-world",
2525
"dependencies": {
26-
"tns-core-modules": "^1.7.0-angular-0",
26+
"tns-core-modules": "^1.7.0",
2727
"angular2": "2.0.0-beta.9",
2828
"parse5": "1.4.2",
2929
"punycode": "1.3.2",
@@ -47,10 +47,7 @@
4747
"nativescript": {
4848
"id": "org.nativescript.ngsample",
4949
"tns-android": {
50-
"version": "1.6.3"
51-
},
52-
"tns-ios": {
53-
"version": "1.6.0"
50+
"version": "1.7.0"
5451
}
5552
}
56-
}
53+
}

src/global.d.ts

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1 @@
11
/// <reference path="../node_modules/tns-core-modules/tns-core-modules.d.ts" />
2-
3-
//Compatibility interfaces for rxjs
4-
5-
interface IteratorResult<T> {
6-
done: boolean;
7-
value?: T;
8-
}
9-
10-
interface Iterator<T> {
11-
next(value?: any): IteratorResult<T>;
12-
return?(value?: any): IteratorResult<T>;
13-
throw?(e?: any): IteratorResult<T>;
14-
}

tests/package.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@
22
"nativescript": {
33
"id": "org.nativescript.helloworldng",
44
"tns-android": {
5-
"version": "1.6.3"
6-
},
7-
"tns-ios": {
8-
"version": "1.6.0"
5+
"version": "1.7.0"
96
}
107
},
118
"name": "nativescript-hello-world-ng",
@@ -30,7 +27,7 @@
3027
},
3128
"homepage": "http://nativescript.org",
3229
"dependencies": {
33-
"tns-core-modules": "^1.7.0-angular-0",
30+
"tns-core-modules": "^1.7.0",
3431
"angular2": "2.0.0-beta.9",
3532
"nativescript-unit-test-runner": "^0.3.3",
3633
"parse5": "1.4.2",
@@ -53,4 +50,4 @@
5350
"shelljs": "^0.5.3",
5451
"typescript": "1.8.2"
5552
}
56-
}
53+
}

0 commit comments

Comments
 (0)