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 <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to