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

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

6
package-lock.json generated
View File

@ -7812,9 +7812,9 @@
} }
}, },
"license-badger": { "license-badger": {
"version": "0.7.4", "version": "0.8.0",
"resolved": "https://registry.npmjs.org/license-badger/-/license-badger-0.7.4.tgz", "resolved": "https://registry.npmjs.org/license-badger/-/license-badger-0.8.0.tgz",
"integrity": "sha512-HtpCriAx7GJoSrz4znJ1kVwiS2vL66MOdBk4eZuZ+bus2OlfmL38TPEWmz9JzWAwEJl0nn9ZWx4UMAHK0E59wA==", "integrity": "sha512-rcyYZY3XRRLSuoDhu8HDtGpLeKy1O7vnEH0qyCktLpoTJkolSy1tXP8VA5t8qBezh+cW9fB200Sd7QfWIl8pNQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"badge-up": "git+https://github.com/brettz9/badge-up.git#npm-and-testing", "badge-up": "git+https://github.com/brettz9/badge-up.git#npm-and-testing",

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", "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", "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": "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", "coverage-badge": "coveradge badges/coverage-badge",
"open-cov": "npm-run-all instrument --parallel --race start cypress:open", "open-cov": "npm-run-all instrument --parallel --race start cypress:open",
"open-tests": "run-p start cypress:open", "open-tests": "run-p start cypress:open",
@ -163,7 +163,7 @@
"imageoptim-cli": "^3.0.2", "imageoptim-cli": "^3.0.2",
"jamilih": "^0.47.0", "jamilih": "^0.47.0",
"jsdoc": "^3.6.3", "jsdoc": "^3.6.3",
"license-badger": "^0.7.4", "license-badger": "^0.8.0",
"load-stylesheets": "^0.9.0", "load-stylesheets": "^0.9.0",
"mocha": "^7.0.0", "mocha": "^7.0.0",
"mocha-badge-generator": "https://github.com/brettz9/mocha-badge-generator#updated-badge-up", "mocha-badge-generator": "https://github.com/brettz9/mocha-badge-generator#updated-badge-up",