diff --git a/examples/ExampleImgPick/package.json b/examples/ExampleImgPick/package.json index a55139f..bdd6240 100644 --- a/examples/ExampleImgPick/package.json +++ b/examples/ExampleImgPick/package.json @@ -18,7 +18,7 @@ }, "dependencies": { "nativescript-imagepicker": "file:../../nativescript-imagepicker", - "tns-core-modules": "2.3.0" + "tns-core-modules": "2.5.0" }, "devDependencies": { "babel-traverse": "6.15.0", @@ -26,4 +26,4 @@ "babylon": "6.11.2", "lazy": "1.0.11" } -} \ No newline at end of file +} diff --git a/nativescript-imagepicker/package.json b/nativescript-imagepicker/package.json index d5a5de3..be6a734 100644 --- a/nativescript-imagepicker/package.json +++ b/nativescript-imagepicker/package.json @@ -13,13 +13,13 @@ } }, "dependencies": { - "tns-core-modules": "*", + "tns-core-modules": ">=2.5.0", "nativescript-telerik-ui": "*" }, - "main": "viewmodel.js", + "main": "viewmodel", "devDependencies": { "tns-platform-declarations": "next", - "typescript": "^2.0.3" + "typescript": "~2.0.10" }, "scripts": { "tsc": "tsc",