You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ja...@apache.org on 2019/06/27 19:15:53 UTC

[cordova-plugin-inappbrowser] branch master updated (c2bb6c1 -> 0ec4a11)

This is an automated email from the ASF dual-hosted git repository.

janpio pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-plugin-inappbrowser.git.


    from c2bb6c1  ci(travis): Update Travis CI configuration for new paramedic (#478)
     new 2751255  build: add `.gitattributes` to force LF (instead of possible CRLF on Windows)
     new 0ec4a11  build: add `.npmignore` to remove unneeded files from npm package

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitattributes |  1 +
 .npmignore     | 16 ++++++++++++++++
 2 files changed, 17 insertions(+)
 create mode 100644 .gitattributes
 create mode 100644 .npmignore


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[cordova-plugin-inappbrowser] 01/02: build: add `.gitattributes` to force LF (instead of possible CRLF on Windows)

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

janpio pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-plugin-inappbrowser.git

commit 27512552336d95cc8b00ee479b766d8b845a729e
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Thu Jun 27 21:15:22 2019 +0200

    build: add `.gitattributes` to force LF (instead of possible CRLF on Windows)
---
 .gitattributes | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..07764a7
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1 @@
+* text eol=lf
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[cordova-plugin-inappbrowser] 02/02: build: add `.npmignore` to remove unneeded files from npm package

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

janpio pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-plugin-inappbrowser.git

commit 0ec4a11877764bb503c7b30cfb5eb8fe179fccdd
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Thu Jun 27 21:15:40 2019 +0200

    build: add `.npmignore` to remove unneeded files from npm package
---
 .npmignore | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/.npmignore b/.npmignore
new file mode 100644
index 0000000..d71cbd7
--- /dev/null
+++ b/.npmignore
@@ -0,0 +1,16 @@
+# CI service configurations
+.travis.yml
+.appveyor.yml
+appveyor.yml
+
+# Testing, code coverage, and linting
+.eslintignore
+.eslintrc.yml
+
+# Git
+.git
+.gitattributes
+.gitignore
+
+# Github
+.github


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org