Skip to content

Commit 2a6802c

Browse files
committed
Prepare v2.4.0
1 parent 5a877f2 commit 2a6802c

File tree

9 files changed

+13
-913
lines changed

9 files changed

+13
-913
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ dist
55
node_modules
66

77
# Source, written in TypeScript so JavaScript is not necessary
8-
/nativescript-imagepicker/**/*.js
8+
nativescript-imagepicker/**/*.js
9+
nativescript-imagepicker/**/*.js.map
910

1011
# Example platforms
1112
/examples/ExampleImgPick/platforms/

examples/ExampleImgPick/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
"nativescript": {
1111
"id": "org.nativescript.ExampleImgPick",
1212
"tns-android": {
13-
"version": "2.3.0"
13+
"version": "2.4.0"
1414
},
1515
"tns-ios": {
16-
"version": "2.3.0"
16+
"version": "2.4.0"
1717
}
1818
},
1919
"dependencies": {
20-
"nativescript-imagepicker": "file:..\\..\\nativescript-imagepicker",
20+
"nativescript-imagepicker": "file:../../nativescript-imagepicker",
2121
"tns-core-modules": "2.3.0"
2222
},
2323
"devDependencies": {

examples/ExampleImgPickNG/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"nativescript": {
77
"id": "org.nativescript.ExampleImgPickNG",
88
"tns-ios": {
9-
"version": "2.3.0"
9+
"version": "2.5.0-2016-11-3-2"
1010
}
1111
},
1212
"dependencies": {
@@ -19,6 +19,7 @@
1919
"@angular/platform-browser-dynamic": "2.1.2",
2020
"@angular/router": "3.1.2",
2121
"nativescript-angular": "1.1.2",
22+
"nativescript-imagepicker": "file:../../nativescript-imagepicker",
2223
"nativescript-theme-core": "^0.1.3",
2324
"reflect-metadata": "~0.1.8",
2425
"rxjs": "5.0.0-beta.12",
@@ -30,4 +31,4 @@
3031
"typescript": "^2.0.9",
3132
"zone.js": "~0.6.21"
3233
}
33-
}
34+
}

nativescript-imagepicker/albums.ios.js

Lines changed: 0 additions & 82 deletions
This file was deleted.

nativescript-imagepicker/images.ios.js

Lines changed: 0 additions & 65 deletions
This file was deleted.

nativescript-imagepicker/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55
"url": "https://github.com/NativeScript/nativescript-imagepicker"
66
},
77
"name": "nativescript-imagepicker",
8-
"version": "2.3.1",
8+
"version": "2.4.0",
99
"nativescript": {
1010
"platforms": {
11-
"android": "2.3.0",
12-
"ios": "2.3.0"
11+
"android": "2.4.0",
12+
"ios": "2.4.0"
1313
}
1414
},
1515
"dependencies": {
1616
"tns-core-modules": "*",
17-
"nativescript-telerik-ui": "*"
17+
"nativescript-telerik-ui": "*"
1818
},
1919
"main": "viewmodel.js",
2020
"devDependencies": {

nativescript-imagepicker/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"noImplicitAny": false,
66
"removeComments": true,
77
"preserveConstEnums": true,
8-
"sourceMap": false,
8+
"sourceMap": true,
99
"declaration": false,
1010
"noEmitHelpers": true,
1111
"experimentalDecorators": true,

0 commit comments

Comments
 (0)