We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8518730 commit 80b089eCopy full SHA for 80b089e
update_licenses.js
@@ -86,6 +86,8 @@ function getModules(path) {
86
url,
87
licTxt: license
88
};
89
+ } else {
90
+ console.log(' ', pkg.name, 'already known');
91
}
92
93
getModules(path + '/' + d + '/node_modules');
0 commit comments