1
0
mirror of https://github.com/ikatyang/emoji-cheat-sheet.git synced 2026-02-06 07:05:18 +01:00

fix: read unicode from lightweight text source (#651)

This commit is contained in:
thcrack
2023-07-21 18:40:03 +08:00
committed by GitHub
parent 834184646b
commit 44790baba0
8 changed files with 1097 additions and 652 deletions

View File

@@ -16,11 +16,9 @@
"generate": "node ./scripts/generate.js > ./README.md"
},
"dependencies": {
"cheerio": "^0.22.0",
"request": "^2.88.0"
},
"devDependencies": {
"@types/cheerio": "0.22.13",
"@types/jest": "24.0.18",
"@types/node": "12.7.4",
"@types/request": "2.48.2",