widest-line
Advanced tools
Comparing version
{ | ||
"name": "widest-line", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "Get the visual width of the widest line in a string - the number of columns required to display it", | ||
@@ -11,3 +11,3 @@ "license": "MIT", | ||
"email": "sindresorhus@gmail.com", | ||
"url": "sindresorhus.com" | ||
"url": "https://sindresorhus.com" | ||
}, | ||
@@ -51,9 +51,9 @@ "type": "module", | ||
"dependencies": { | ||
"string-width": "^5.0.0" | ||
"string-width": "^5.0.1" | ||
}, | ||
"devDependencies": { | ||
"ava": "^3.15.0", | ||
"tsd": "^0.14.0", | ||
"tsd": "^0.17.0", | ||
"xo": "^0.39.1" | ||
} | ||
} |
@@ -11,5 +11,5 @@ # widest-line | ||
```sh | ||
npm install widest-line | ||
``` | ||
$ npm install widest-line | ||
``` | ||
@@ -16,0 +16,0 @@ ## Usage |
3334
0.24%Updated