Skip to content

Commit 589013f

Browse files
vakrilovvakrilov
authored and
vakrilov
committed
Dependency to modules updated to 2.0.0-angular-2
1 parent 510439a commit 589013f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ng-sample/package.json

Lines changed: 1 addition & 1 deletion
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-1",
26+
"tns-core-modules": "^2.0.0-angular-2",
2727
"nativescript-intl": "^0.0.2",
2828
"angular2": "2.0.0-beta.9",
2929
"parse5": "1.4.2",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"scripts": {},
1616
"dependencies": {
17-
"tns-core-modules": "^2.0.0-angular-1",
17+
"tns-core-modules": "^2.0.0-angular-2",
1818
"nativescript-intl": "^0.0.2",
1919
"angular2": "2.0.0-beta.9",
2020
"es6-shim": "^0.33.3",

tests/package.json

Lines changed: 1 addition & 1 deletion
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-1",
33+
"tns-core-modules": "2.0.0-angular-2",
3434
"nativescript-intl": "^0.0.2",
3535
"angular2": "2.0.0-beta.9",
3636
"nativescript-unit-test-runner": "^0.3.3",

0 commit comments

Comments
 (0)