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/30 01:37:02 UTC

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

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-lib.git


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

commit 1da0c20ecbf0f83216c02a616dd3b6c171fbc13d
Author: エリス <er...@users.noreply.github.com>
AuthorDate: Wed Oct 30 10:36:57 2019 +0900

    chore: improve npm ignore list (#809)
    
    = BEFORE =
    npm notice package size:  105.7 kB
    npm notice unpacked size: 487.6 kB
    npm notice total files:   86
    
    = AFTER =
    npm notice package size:  88.3 kB
    npm notice unpacked size: 394.7 kB
    npm notice total files:   66
---
 .npmignore | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.npmignore b/.npmignore
index 375f086..d980319 100644
--- a/.npmignore
+++ b/.npmignore
@@ -1,6 +1,6 @@
-spec-cordova
-spec-plugman
+.*
+appveyor.yml
 spec
+integration-tests
 coverage
-src/plugman/defaults.json
 temp


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