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

Commit 3b056ad

Browse files
author
Dimitar Todorov
committed
chore: revert .git and .npm ignore files.
1 parent aed9c12 commit 3b056ad

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

.gitignore

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,4 @@ demo/report/stats.json
3434
demo-angular/report/report.html
3535
demo-angular/report/stats.json
3636
src/push-plugin.android.d.ts
37-
src/push-plugin.ios.d.ts
38-
/src/platforms/android/pushplugin.aar
39-
/src/*.tgz
37+
src/push-plugin.ios.d.ts

src/.npmignore

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,4 @@ native-src/
33
*.map
44
*.ts
55
!*.d.ts
6-
tsconfig.json
7-
/platforms/android/**/*
8-
!platforms/android/include.gradle
9-
!platforms/android/pushplugin.aar
6+
tsconfig.json

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-push-notifications",
3-
"version": "1.1.1",
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",

0 commit comments

Comments
 (0)