Skip to content

Commit a4d16fa

Browse files
author
Vasil Chimev
authored
Merge pull request #10 from NativeScript/vchimev-update
Update to 2.5.0
2 parents d62aa95 + c8b76f2 commit a4d16fa

File tree

2 files changed

+11
-12
lines changed

2 files changed

+11
-12
lines changed

Diff for: package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -6,26 +6,26 @@
66
"nativescript": {
77
"id": "org.nativescript.testsappng",
88
"tns-ios": {
9-
"version": "2.4.0"
9+
"version": "2.5.0"
1010
},
1111
"tns-android": {
12-
"version": "2.4.1"
12+
"version": "2.5.0"
1313
}
1414
},
1515
"dependencies": {
16-
"nativescript-angular": "~1.4.0",
17-
"tns-core-modules": "2.4.0",
18-
"nativescript-intl": "~0.0.10",
19-
"@angular/core": "~2.4.3",
2016
"@angular/common": "~2.4.3",
2117
"@angular/compiler": "~2.4.3",
18+
"@angular/core": "~2.4.3",
19+
"@angular/forms": "~2.4.3",
2220
"@angular/http": "~2.4.3",
2321
"@angular/platform-browser": "~2.4.3",
2422
"@angular/platform-browser-dynamic": "~2.4.3",
25-
"@angular/forms": "~2.4.3",
2623
"@angular/router": "~3.4.3",
24+
"nativescript-angular": "~1.4.0",
25+
"nativescript-intl": "~0.0.10",
26+
"reflect-metadata": "~0.1.8",
2727
"rxjs": "~5.0.1",
28-
"reflect-metadata": "~0.1.8"
28+
"tns-core-modules": "~2.5.0"
2929
},
3030
"devDependencies": {
3131
"zone.js": "~0.7.2",
@@ -34,7 +34,7 @@
3434
"babylon": "6.8.0",
3535
"filewalker": "0.1.2",
3636
"lazy": "1.0.11",
37-
"nativescript-dev-typescript": "^0.3.2",
38-
"typescript": "~2.1.0"
37+
"nativescript-dev-typescript": "~0.3.7",
38+
"typescript": "~2.1.5"
3939
}
40-
}
40+
}

Diff for: tsconfig.json

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"compilerOptions": {
33
"module": "commonjs",
44
"target": "es5",
5-
"sourceMap": true,
65
"experimentalDecorators": true,
76
"emitDecoratorMetadata": true,
87
"noEmitHelpers": true,

0 commit comments

Comments
 (0)