We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c327b2d commit 1f8209cCopy full SHA for 1f8209c
nativescript-imagepicker/package.json
@@ -5,24 +5,20 @@
5
"url": "https://github.com/NativeScript/nativescript-imagepicker"
6
},
7
"name": "nativescript-imagepicker",
8
- "version": "2.5.1",
+ "version": "2.5.2",
9
"nativescript": {
10
"platforms": {
11
"android": "2.4.0",
12
"ios": "2.4.0"
13
}
14
15
"dependencies": {
16
- "tns-core-modules": ">=2.5.0",
17
- "nativescript-telerik-ui": "*"
+ "tns-core-modules": "2.5.2",
+ "nativescript-telerik-ui": "1.6.1"
18
19
"main": "viewmodel",
20
"devDependencies": {
21
- "tns-platform-declarations": "next",
+ "tns-platform-declarations": "2.5.2",
22
"typescript": "~2.0.10"
23
- },
24
- "scripts": {
25
- "tsc": "tsc",
26
- "prepublish": "tsc"
27
28
0 commit comments