avancement planning

This commit is contained in:
2026-05-26 11:58:39 +02:00
parent 619a2b240a
commit 150b97cd2e
4892 changed files with 99214 additions and 429382 deletions
+5 -4
View File
@@ -1,6 +1,6 @@
{
"name": "get-east-asian-width",
"version": "1.4.0",
"version": "1.6.0",
"description": "Determine the East Asian Width of a Unicode character",
"license": "MIT",
"repository": "sindresorhus/get-east-asian-width",
@@ -27,7 +27,9 @@
"files": [
"index.js",
"index.d.ts",
"lookup.js"
"lookup.js",
"lookup-data.js",
"utilities.js"
],
"keywords": [
"unicode",
@@ -56,7 +58,6 @@
],
"devDependencies": {
"ava": "^5.3.1",
"indent-string": "^5.0.0",
"outdent": "^0.8.0",
"simplify-ranges": "^0.1.0",
"typescript": "^5.2.2",
@@ -64,7 +65,7 @@
},
"xo": {
"ignores": [
"lookup.js"
"lookup-data.js"
]
}
}