Skip to content

Commit ce5765d

Browse files
committed
Upgrade ng-sample app
1 parent 4f26888 commit ce5765d

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

ng-sample/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@
2424
"homepage": "https://github.com/NativeScript/template-hello-world",
2525
"dependencies": {
2626
"tns-core-modules": "^1.6.0",
27-
"angular2": "2.0.0-beta.3",
27+
"angular2": "2.0.0-beta.6",
2828
"parse5": "1.4.2",
2929
"punycode": "1.3.2",
3030
"querystring": "0.2.0",
3131
"url": "0.10.3",
3232
"reflect-metadata": "0.1.2",
3333
"rxjs": "5.0.0-beta.0",
34-
"zone.js": "0.5.11"
34+
"zone.js": "0.5.14"
3535
},
3636
"devDependencies": {
3737
"grunt": "0.4.5",

ng-sample/references.d.ts

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
2+
/// <reference path="./node_modules/tns-core-modules/tns-core-modules.d.ts" /> Needed for autocompletion and compilation.

ng-sample/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
"node_modules",
1515
"platforms"
1616
]
17-
}
17+
}

0 commit comments

Comments
 (0)