Skip to content

Commit 1f8209c

Browse files
Dimitar TachevDimitar Tachev
authored andcommitted
Hardcoded the latest NS 2.5 compatible version of the telerik UI dependency.
1 parent c327b2d commit 1f8209c

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

nativescript-imagepicker/package.json

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,20 @@
55
"url": "https://github.com/NativeScript/nativescript-imagepicker"
66
},
77
"name": "nativescript-imagepicker",
8-
"version": "2.5.1",
8+
"version": "2.5.2",
99
"nativescript": {
1010
"platforms": {
1111
"android": "2.4.0",
1212
"ios": "2.4.0"
1313
}
1414
},
1515
"dependencies": {
16-
"tns-core-modules": ">=2.5.0",
17-
"nativescript-telerik-ui": "*"
16+
"tns-core-modules": "2.5.2",
17+
"nativescript-telerik-ui": "1.6.1"
1818
},
1919
"main": "viewmodel",
2020
"devDependencies": {
21-
"tns-platform-declarations": "next",
21+
"tns-platform-declarations": "2.5.2",
2222
"typescript": "~2.0.10"
23-
},
24-
"scripts": {
25-
"tsc": "tsc",
26-
"prepublish": "tsc"
2723
}
2824
}

0 commit comments

Comments
 (0)