Skip to content

Commit 0029fa1

Browse files
committed
Core modules udpated to 2.0.0-angular-4
1 parent e9413c8 commit 0029fa1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: ng-sample/package.json

+1-1
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": "^2.0.0-angular-3",
26+
"tns-core-modules": "^2.0.0-angular-4",
2727
"nativescript-intl": "^0.0.2",
2828
"angular2": "2.0.0-beta.14",
2929
"es6-shim": "^0.35.0",

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"typescript": "1.8.2"
3838
},
3939
"peerDependencies": {
40-
"tns-core-modules": ">=2.0.0 || >=2.0.0-2016 || >=2.0.0-angular-3"
40+
"tns-core-modules": ">=2.0.0 || >=2.0.0-2016 || >=2.0.0-angular-4"
4141
},
4242
"nativescript": {}
4343
}

Diff for: tests/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"homepage": "http://nativescript.org",
3232
"dependencies": {
33-
"tns-core-modules": "2.0.0-angular-3",
33+
"tns-core-modules": "^2.0.0-angular-4",
3434
"nativescript-intl": "^0.0.2",
3535
"angular2": "2.0.0-beta.14",
3636
"es6-shim": "^0.35.0",

0 commit comments

Comments
 (0)