diff --git a/package.json b/package.json index 7ea5e17..18f52bc 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { "scripts": { - "tslint": "tslint --project src/tsconfig.json --config src/tslint.json", + "tslint": "tslint --project src/tsconfig.json --config src/tslint.json --type-check", "tsc": "tsc -p src/tsconfig.json", "create": "bash ./create.sh" }, "devDependencies": { - "rollup": "^0.36.4", - "tns-platform-declarations": "^2.4.0-2016-09-28-1", - "tslint": "^4.0.2", - "typescript": "^2.0.6" + "rollup": "^0.41.6", + "tns-platform-declarations": "^3.0.0 || ^3.0.0-rc.1", + "tslint": "^5.1.0", + "typescript": "^2.2.2" } } diff --git a/src/package.json b/src/package.json index 504d0ef..6e4b6e5 100644 --- a/src/package.json +++ b/src/package.json @@ -1,15 +1,17 @@ { "name": "nativescript-intl", - "version": "0.0.11", + "version": "3.0.0", "description": "Provides API for using Native date, time and number formatting with an API similar to Intl.js", "nativescript": { "platforms": { - "android": "2.3.0", - "ios": "2.3.0" + "android": "3.0.0", + "ios": "3.0.0" } }, "keywords": [ "NativeScript", "localization", "globalization", "formatting", "currency", "nativescript-angular" ], - "author": "Nedyalko Nikolov " + "author": { + "name":" NativeScript Team" + } }