Skip to content

Commit 8eb33a8

Browse files
committed
Meta tweaks
1 parent e681f7d commit 8eb33a8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"description": "Get the real length of a string - by correctly counting astral symbols and ignoring ansi escape codes",
55
"license": "MIT",
66
"repository": "sindresorhus/string-length",
7+
"funding": "https://github.com/sponsors/sindresorhus",
78
"author": {
89
"name": "Sindre Sorhus",
910
"email": "[email protected]",
@@ -37,7 +38,7 @@
3738
],
3839
"dependencies": {
3940
"char-regex": "^2.0.0",
40-
"strip-ansi": "^6.0.0"
41+
"strip-ansi": "^7.0.0"
4142
},
4243
"devDependencies": {
4344
"ava": "^3.15.0",

0 commit comments

Comments
 (0)