From 602dc36631feb5fbaa1bf08bb006a9acf6f7f0bf Mon Sep 17 00:00:00 2001 From: Brett Zamir Date: Wed, 8 Jan 2020 11:03:49 +0800 Subject: [PATCH] - Docs: Use darker, easier-to-read yellow color for weakly protective dev licenses --- badges/licenses-badge-dev.svg | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/badges/licenses-badge-dev.svg b/badges/licenses-badge-dev.svg index 28e656ab..7a5cc087 100644 --- a/badges/licenses-badge-dev.svg +++ b/badges/licenses-badge-dev.svg @@ -1 +1 @@ -License typesLicense types(all devDeps)(all devDeps)PublicPublicdomaindomain1. (MIT OR CC0-1.0)1. (MIT OR CC0-1.0)2. CC0-1.02. CC0-1.03. Unlicense3. UnlicensePermissivePermissive1. (AFL-2.1 OR BSD-3-Clause)1. (AFL-2.1 OR BSD-3-Clause)2. (BSD-2-Clause OR MIT OR Apache-2.0)2. (BSD-2-Clause OR MIT OR Apache-2.0)3. (MIT OR Apache-2.0)3. (MIT OR Apache-2.0)4. (WTFPL OR MIT)4. (WTFPL OR MIT)5. Apache5. Apache6. Apache-2.06. Apache-2.07. BSD-2-Clause7. BSD-2-Clause8. BSD-3-Clause8. BSD-3-Clause9. GPL-3.0-or-later OR MIT9. GPL-3.0-or-later OR MIT10. ISC10. ISC11. MIT11. MIT12. MPL-2.0 OR Apache-2.012. MPL-2.0 OR Apache-2.0WeaklyWeaklyprotectiveprotective1. LGPL-3.01. LGPL-3.02. MPL-2.02. MPL-2.0UncategorizedUncategorized1. caniuse-db (1.0.30001019)1. caniuse-db (1.0.30001019)2. caniuse-lite (1.0.30001019)2. caniuse-lite (1.0.30001019)3. jsonify (0.0.0)3. jsonify (0.0.0)4. npm-consider (1.7.0)4. npm-consider (1.7.0)5. pako (1.0.10)5. pako (1.0.10)6. sha.js (2.4.11)6. sha.js (2.4.11)7. spdx-exceptions (2.2.0)7. spdx-exceptions (2.2.0)8. spdx-expression-validate (2.0.0)8. spdx-expression-validate (2.0.0)9. spdx-ranges (2.1.1)9. spdx-ranges (2.1.1)MissingMissing1. boundary (1.0.1)1. boundary (1.0.1)2. object.entries-ponyfill (1.0.1)2. object.entries-ponyfill (1.0.1)3. structured-source (3.0.2)3. structured-source (3.0.2)4. taffydb (2.6.2)4. taffydb (2.6.2) \ No newline at end of file +License typesLicense types(all devDeps)(all devDeps)PublicPublicdomaindomain1. (MIT OR CC0-1.0)1. (MIT OR CC0-1.0)2. CC0-1.02. CC0-1.03. Unlicense3. UnlicensePermissivePermissive1. (AFL-2.1 OR BSD-3-Clause)1. (AFL-2.1 OR BSD-3-Clause)2. (BSD-2-Clause OR MIT OR Apache-2.0)2. (BSD-2-Clause OR MIT OR Apache-2.0)3. (MIT OR Apache-2.0)3. (MIT OR Apache-2.0)4. (WTFPL OR MIT)4. (WTFPL OR MIT)5. Apache5. Apache6. Apache-2.06. Apache-2.07. BSD-2-Clause7. BSD-2-Clause8. BSD-3-Clause8. BSD-3-Clause9. GPL-3.0-or-later OR MIT9. GPL-3.0-or-later OR MIT10. ISC10. ISC11. MIT11. MIT12. MPL-2.0 OR Apache-2.012. MPL-2.0 OR Apache-2.0WeaklyWeaklyprotectiveprotective1. LGPL-3.01. LGPL-3.02. MPL-2.02. MPL-2.0UncategorizedUncategorized1. caniuse-db (1.0.30001019)1. caniuse-db (1.0.30001019)2. caniuse-lite (1.0.30001019)2. caniuse-lite (1.0.30001019)3. jsonify (0.0.0)3. jsonify (0.0.0)4. npm-consider (1.7.0)4. npm-consider (1.7.0)5. pako (1.0.10)5. pako (1.0.10)6. sha.js (2.4.11)6. sha.js (2.4.11)7. spdx-exceptions (2.2.0)7. spdx-exceptions (2.2.0)8. spdx-expression-validate (2.0.0)8. spdx-expression-validate (2.0.0)9. spdx-ranges (2.1.1)9. spdx-ranges (2.1.1)MissingMissing1. boundary (1.0.1)1. boundary (1.0.1)2. object.entries-ponyfill (1.0.1)2. object.entries-ponyfill (1.0.1)3. structured-source (3.0.2)3. structured-source (3.0.2)4. taffydb (2.6.2)4. taffydb (2.6.2) \ No newline at end of file diff --git a/package.json b/package.json index d3e3da99..1ac4570a 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "copy-instrumented": "copyfiles -e \"**/*.js\" -u 1 \"editor/**/*\" instrumented && npm run instrument:replace-html && npm run instrument:replace-js && npm run instrument:copy-excluded", "instrument": "rimraf instrumented && npx nyc instrument editor instrumented && npm run copy-instrumented", "license-badge": "license-badger --uncategorizedLicenseTemplate \"\\${license} (\\${name} (\\${version}))\" --filteredTypes=nonempty --textTemplate \"License types\n(project, deps, and bundled devDeps)\" --packageJson --production badges/licenses-badge.svg", - "license-badge-dev": "license-badger --corrections --filteredTypes=nonempty --textTemplate \"License types\n(all devDeps)\" --allDevelopment badges/licenses-badge-dev.svg", + "license-badge-dev": "license-badger --corrections --filteredTypes=nonempty --licenseTypeColor \"weaklyProtective=CCCC00\" --textTemplate \"License types\n(all devDeps)\" --allDevelopment badges/licenses-badge-dev.svg", "coverage-badge": "coveradge badges/coverage-badge", "open-cov": "npm-run-all instrument --parallel --race start cypress:open", "open-tests": "run-p start cypress:open",