avancement planning
This commit is contained in:
+5
-4
@@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user