- npm: Update devDep. (no need for badge color override)

This commit is contained in:
Brett Zamir
2020-01-08 11:38:35 +08:00
parent 602dc36631
commit 310157e37e
2 changed files with 5 additions and 5 deletions

View File

@@ -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 --licenseTypeColor \"weaklyProtective=CCCC00\" --textTemplate \"License types\n(all devDeps)\" --allDevelopment badges/licenses-badge-dev.svg",
"license-badge-dev": "license-badger --corrections --filteredTypes=nonempty --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",
@@ -163,7 +163,7 @@
"imageoptim-cli": "^3.0.2",
"jamilih": "^0.47.0",
"jsdoc": "^3.6.3",
"license-badger": "^0.7.4",
"license-badger": "^0.8.0",
"load-stylesheets": "^0.9.0",
"mocha": "^7.0.0",
"mocha-badge-generator": "https://github.com/brettz9/mocha-badge-generator#updated-badge-up",