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

Commit 6e18254

Browse files
author
radeva
authored
Merge pull request #203 from NativeScript/dtodorov/add-aar
Chore: Add aar file. Update npm and git ignore files
2 parents 82290e3 + 3b056ad commit 6e18254

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ 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

src/.npmignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ native-src/
33
*.map
44
*.ts
55
!*.d.ts
6-
tsconfig.json
6+
tsconfig.json

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.2",
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)