Skip to content

Commit cea610a

Browse files
authored
chore: update to NativeScript 3.0 (#12)
* chore: update development dependencies * build: run tslint with --type-check * release: cut the 3.0 release
1 parent aa63d70 commit cea610a

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"scripts": {
3-
"tslint": "tslint --project src/tsconfig.json --config src/tslint.json",
3+
"tslint": "tslint --project src/tsconfig.json --config src/tslint.json --type-check",
44
"tsc": "tsc -p src/tsconfig.json",
55
"create": "bash ./create.sh"
66
},
77
"devDependencies": {
8-
"rollup": "^0.36.4",
9-
"tns-platform-declarations": "^2.4.0-2016-09-28-1",
10-
"tslint": "^4.0.2",
11-
"typescript": "^2.0.6"
8+
"rollup": "^0.41.6",
9+
"tns-platform-declarations": "^3.0.0 || ^3.0.0-rc.1",
10+
"tslint": "^5.1.0",
11+
"typescript": "^2.2.2"
1212
}
1313
}

src/package.json

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
{
22
"name": "nativescript-intl",
3-
"version": "0.0.11",
3+
"version": "3.0.0",
44
"description": "Provides API for using Native date, time and number formatting with an API similar to Intl.js",
55
"nativescript": {
66
"platforms": {
7-
"android": "2.3.0",
8-
"ios": "2.3.0"
7+
"android": "3.0.0",
8+
"ios": "3.0.0"
99
}
1010
},
1111
"keywords": [
1212
"NativeScript", "localization", "globalization", "formatting", "currency", "nativescript-angular"
1313
],
14-
"author": "Nedyalko Nikolov <[email protected]>"
14+
"author": {
15+
"name":" NativeScript Team"
16+
}
1517
}

0 commit comments

Comments
 (0)