Skip to content
This repository was archived by the owner on Feb 7, 2019. It is now read-only.

Commit aed9c12

Browse files
author
Dimitar Todorov
committed
Chore: Add aar file. Update npm and git ignore files
1 parent c8392df commit aed9c12

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

.gitignore

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,7 @@ demo/report/report.html
3333
demo/report/stats.json
3434
demo-angular/report/report.html
3535
demo-angular/report/stats.json
36-
src/push-plugin.android.d.ts
37-
src/push-plugin.ios.d.ts
36+
src/push-plugin.android.d.ts
37+
src/push-plugin.ios.d.ts
38+
/src/platforms/android/pushplugin.aar
39+
/src/*.tgz

src/.npmignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@ native-src/
44
*.ts
55
!*.d.ts
66
tsconfig.json
7+
/platforms/android/**/*
8+
!platforms/android/include.gradle
9+
!platforms/android/pushplugin.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-push-notifications",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Receive push notifications in your NativeScript app on Android and iOS.",
55
"main": "push-plugin",
66
"typings": "index.d.ts",
@@ -46,4 +46,4 @@
4646
"tslint": "^5.8.0",
4747
"typescript": "^2.6.1"
4848
}
49-
}
49+
}

0 commit comments

Comments
 (0)