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/19 10:31:37 UTC

[cordova-plugin-network-information] branch master updated (102f757 -> d31e135)

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-network-information.git.


    from 102f757  ci(travis): Update Travis CI configuration for new paramedic (#89)
     new f35341e  build: add .gitattributes to force LF (instead of possible CRLF on Windows)
     new d31e135  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-network-information] 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-network-information.git

commit f35341eb28e265c0eaad2bb953631b33716596db
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Wed Jun 19 12:30:15 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-network-information] 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-network-information.git

commit d31e1355d0ee1325f0282ac7cac2d892c7ff15a5
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Wed Jun 19 12:30:33 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