Skip to content

Commit 1c677a0

Browse files
committed
Upgrade to latest tns-core-modules
1 parent b078954 commit 1c677a0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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-2",
26+
"tns-core-modules": "^2.0.0-angular-3",
2727
"nativescript-intl": "^0.0.2",
2828
"angular2": "2.0.0-beta.9",
2929
"parse5": "1.4.2",
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
module.exports = require("nativescript-unit-test-runner/lib/after-prepare");
1+
module.exports = require("nativescript-unit-test-runner/lib/after-prepare");

Diff for: tests/package.json

+2-2
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-2",
33+
"tns-core-modules": "2.0.0-angular-3",
3434
"nativescript-intl": "^0.0.2",
3535
"angular2": "2.0.0-beta.9",
3636
"nativescript-unit-test-runner": "^0.3.3",
@@ -54,4 +54,4 @@
5454
"shelljs": "^0.5.3",
5555
"typescript": "1.8.2"
5656
}
57-
}
57+
}

0 commit comments

Comments
 (0)