@bramus/caniuse-cli
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -266,3 +266,3 @@ #!/usr/bin/env node | ||
} = prepStats(item.stats); | ||
console.log(clc.bold(wrap(`${item.title}`))); // @TODO: Strip HTML | ||
console.log(clc.bold(wrap(`${item.title.replaceAll('<code>', '`').replaceAll('</code>', '`')}`))); // @TODO: More HTML to strip? | ||
console.log(clc.underline(`https://caniuse.com/#feat=${item.key}`)); | ||
@@ -269,0 +269,0 @@ console.log(); |
{ | ||
"name": "@bramus/caniuse-cli", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Command line tool for “Can I Use…” and MDN Browser Compat Data", | ||
@@ -19,4 +19,3 @@ "keywords": [ | ||
"scripts": { | ||
"upgrade-db": "npm update --save caniuse-db && git add package.json && git commit -m \"upgrade db\"", | ||
"bump-version": "node ./bump_version.js", | ||
"update-data": "npm update --save caniuse-db @mdn/browser-compat-data && git add package.json && git commit -m \"Update caniuse-db/bcd\"", | ||
"lint": "eslint index.js", | ||
@@ -29,4 +28,4 @@ "lintfix": "eslint --fix index.js", | ||
"dependencies": { | ||
"@mdn/browser-compat-data": "^5.5.50", | ||
"caniuse-db": "^1.0.30001657", | ||
"@mdn/browser-compat-data": "^5.5.51", | ||
"caniuse-db": "^1.0.30001658", | ||
"cli-color": "^1.4.0", | ||
@@ -33,0 +32,0 @@ "omelette": "^0.4.17", |
123434
Updatedcaniuse-db@^1.0.30001658