You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by br...@apache.org on 2018/12/19 19:21:39 UTC

[cordova-coho] branch master updated: audit-license-headers ignore package-lock.json (#223)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 9480aee  audit-license-headers ignore package-lock.json (#223)
9480aee is described below

commit 9480aeee72ce4b7fa2bcb2a800162fbdcca710b0
Author: Chris Brody <ch...@gmail.com>
AuthorDate: Wed Dec 19 14:21:35 2018 -0500

    audit-license-headers ignore package-lock.json (#223)
---
 src/audit-license-headers.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/audit-license-headers.js b/src/audit-license-headers.js
index 39ed083..e4bd2d9 100644
--- a/src/audit-license-headers.js
+++ b/src/audit-license-headers.js
@@ -42,6 +42,7 @@ var COMMON_RAT_EXCLUDES = [
     'node_modules',
     'thirdparty',
     'package.json',
+    'package-lock.json',
     'component.json',
     '.jshintrc',
     '*.xcworkspacedata',


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