File tree Expand file tree Collapse file tree 9 files changed +13
-913
lines changed Expand file tree Collapse file tree 9 files changed +13
-913
lines changed Original file line number Diff line number Diff line change 5
5
node_modules
6
6
7
7
# Source, written in TypeScript so JavaScript is not necessary
8
- /nativescript-imagepicker /** /* .js
8
+ nativescript-imagepicker /** /* .js
9
+ nativescript-imagepicker /** /* .js.map
9
10
10
11
# Example platforms
11
12
/examples /ExampleImgPick /platforms /
Original file line number Diff line number Diff line change 10
10
"nativescript" : {
11
11
"id" : " org.nativescript.ExampleImgPick" ,
12
12
"tns-android" : {
13
- "version" : " 2.3 .0"
13
+ "version" : " 2.4 .0"
14
14
},
15
15
"tns-ios" : {
16
- "version" : " 2.3 .0"
16
+ "version" : " 2.4 .0"
17
17
}
18
18
},
19
19
"dependencies" : {
20
- "nativescript-imagepicker" : " file:..\\ .. \\ nativescript-imagepicker" ,
20
+ "nativescript-imagepicker" : " file:../../ nativescript-imagepicker" ,
21
21
"tns-core-modules" : " 2.3.0"
22
22
},
23
23
"devDependencies" : {
Original file line number Diff line number Diff line change 6
6
"nativescript" : {
7
7
"id" : " org.nativescript.ExampleImgPickNG" ,
8
8
"tns-ios" : {
9
- "version" : " 2.3.0 "
9
+ "version" : " 2.5.0-2016-11-3-2 "
10
10
}
11
11
},
12
12
"dependencies" : {
19
19
"@angular/platform-browser-dynamic" : " 2.1.2" ,
20
20
"@angular/router" : " 3.1.2" ,
21
21
"nativescript-angular" : " 1.1.2" ,
22
+ "nativescript-imagepicker" : " file:../../nativescript-imagepicker" ,
22
23
"nativescript-theme-core" : " ^0.1.3" ,
23
24
"reflect-metadata" : " ~0.1.8" ,
24
25
"rxjs" : " 5.0.0-beta.12" ,
30
31
"typescript" : " ^2.0.9" ,
31
32
"zone.js" : " ~0.6.21"
32
33
}
33
- }
34
+ }
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 5
5
"url" : " https://github.com/NativeScript/nativescript-imagepicker"
6
6
},
7
7
"name" : " nativescript-imagepicker" ,
8
- "version" : " 2.3.1 " ,
8
+ "version" : " 2.4.0 " ,
9
9
"nativescript" : {
10
10
"platforms" : {
11
- "android" : " 2.3 .0" ,
12
- "ios" : " 2.3 .0"
11
+ "android" : " 2.4 .0" ,
12
+ "ios" : " 2.4 .0"
13
13
}
14
14
},
15
15
"dependencies" : {
16
16
"tns-core-modules" : " *" ,
17
- "nativescript-telerik-ui" : " *"
17
+ "nativescript-telerik-ui" : " *"
18
18
},
19
19
"main" : " viewmodel.js" ,
20
20
"devDependencies" : {
Original file line number Diff line number Diff line change 5
5
"noImplicitAny" : false ,
6
6
"removeComments" : true ,
7
7
"preserveConstEnums" : true ,
8
- "sourceMap" : false ,
8
+ "sourceMap" : true ,
9
9
"declaration" : false ,
10
10
"noEmitHelpers" : true ,
11
11
"experimentalDecorators" : true ,
You can’t perform that action at this time.
0 commit comments