Repository: cordova-coho Updated Branches: refs/heads/master 34ae0bbbe -> d6a744381
updated knownIssues.json Project: http://git-wip-us.apache.org/repos/asf/cordova-coho/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-coho/commit/d6a74438 Tree: http://git-wip-us.apache.org/repos/asf/cordova-coho/tree/d6a74438 Diff: http://git-wip-us.apache.org/repos/asf/cordova-coho/diff/d6a74438 Branch: refs/heads/master Commit: d6a744381231a9ebf7e1c50be241417de11bdd36 Parents: 34ae0bb Author: Steve Gill <[email protected]> Authored: Thu Aug 24 15:46:05 2017 -0700 Committer: Steve Gill <[email protected]> Committed: Thu Aug 24 15:46:05 2017 -0700 ---------------------------------------------------------------------- src/knownIssues.json | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/d6a74438/src/knownIssues.json ---------------------------------------------------------------------- diff --git a/src/knownIssues.json b/src/knownIssues.json index 366baf7..5c587af 100644 --- a/src/knownIssues.json +++ b/src/knownIssues.json @@ -196,5 +196,8 @@ "dep-graph": { "verified-license": "MIT", "verified-license-notes": "https://github.com/TrevorBurnham/dep-graph#license" + }, + "jschardet": { + "license-notes": "This license is not accepted by ASF, but since it is a dev dependency, we don't ship it or ask our users to download it. We are good. It is a dep of ESLINT. Do a npm ls in your repo to confirm it is only packaged with eslint" } } --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
