Skip to content

Commit beb51cd

Browse files
authored
Merge pull request #169 from NativeScript/dtodorov/add-aar
chore: update package.json. Update git and npm ignore files
2 parents b4a4e8a + e87bcf9 commit beb51cd

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,5 @@ demo/report/report.html
3131
demo/report/stats.json
3232
demo-angular/report/report.html
3333
demo-angular/report/stats.json
34+
/src/platforms/android/nativescript_imagepicker.aar
35+
/src/*.tgz

src/.npmignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
*.map
22
*.ts
33
!*.d.ts
4-
tsconfig.json
4+
tsconfig.json
5+
/platforms/android/**/*
6+
!platforms/android/include.gradle
7+
!platforms/android/nativescript_imagepicker.aar

src/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-imagepicker",
3-
"version": "5.0.0",
3+
"version": "5.0.2",
44
"description": "A plugin for the NativeScript framework implementing multiple image picker",
55
"repository": {
66
"type": "git",
@@ -57,4 +57,4 @@
5757
"nativescript-permissions": "~1.2.3"
5858
},
5959
"bootstrapper": "nativescript-plugin-seed"
60-
}
60+
}

0 commit comments

Comments
 (0)