You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by er...@apache.org on 2019/10/31 12:29:38 UTC

[cordova-fetch] branch master updated: chore: improve npm ignore list (#74)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new a81d38e  chore: improve npm ignore list (#74)
a81d38e is described below

commit a81d38ebf0f15533c791f0e02654a8573755bed6
Author: エリス <er...@users.noreply.github.com>
AuthorDate: Thu Oct 31 21:29:29 2019 +0900

    chore: improve npm ignore list (#74)
    
    = BEFORE =
    npm notice package size:  37.0 kB
    npm notice unpacked size: 141.6 kB
    npm notice total files:   90
    
    = AFTER =
    npm notice package size:  5.4 kB
    npm notice unpacked size: 16.8 kB
    npm notice total files:   4
---
 .npmignore | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.npmignore b/.npmignore
new file mode 100644
index 0000000..28a9bad
--- /dev/null
+++ b/.npmignore
@@ -0,0 +1,5 @@
+.*
+appveyor.yml
+spec
+coverage
+temp


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