chore: update tags

This commit is contained in:
Cory Dransfeldt 2024-06-18 19:18:13 -07:00
parent d2d358c758
commit 037a13737f
No known key found for this signature in database
3 changed files with 8 additions and 7 deletions

View file

@ -12,7 +12,8 @@ const tagsToHashtags = (tags) => {
'css': 'CSS', 'css': 'CSS',
'ios': 'iOS', 'ios': 'iOS',
'javascript': 'JavaScript', 'javascript': 'JavaScript',
'macos': 'macOS' 'macos': 'macOS',
'tv': 'TV'
} }
if (wordMap[normalizedWord]) return wordMap[normalizedWord] if (wordMap[normalizedWord]) return wordMap[normalizedWord]
return word.charAt(0).toUpperCase() + word.slice(1) return word.charAt(0).toUpperCase() + word.slice(1)

10
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "coryd.dev", "name": "coryd.dev",
"version": "19.5.2", "version": "19.5.3",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "coryd.dev", "name": "coryd.dev",
"version": "19.5.2", "version": "19.5.3",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@cdransf/api-text": "^1.4.0", "@cdransf/api-text": "^1.4.0",
@ -1149,9 +1149,9 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/electron-to-chromium": { "node_modules/electron-to-chromium": {
"version": "1.4.805", "version": "1.4.806",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.805.tgz", "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.806.tgz",
"integrity": "sha512-8W4UJwX/w9T0QSzINJckTKG6CYpAUTqsaWcWIsdud3I1FYJcMgW9QqT1/4CBff/pP/TihWh13OmiyY8neto6vw==", "integrity": "sha512-nkoEX2QIB8kwCOtvtgwhXWy2IHVcOLQZu9Qo36uaGB835mdX/h8uLRlosL6QIhLVUnAiicXRW00PwaPZC74Nrg==",
"dev": true, "dev": true,
"license": "ISC" "license": "ISC"
}, },

View file

@ -1,6 +1,6 @@
{ {
"name": "coryd.dev", "name": "coryd.dev",
"version": "19.5.2", "version": "19.5.3",
"description": "The source for my personal site. Built using 11ty.", "description": "The source for my personal site. Built using 11ty.",
"type": "module", "type": "module",
"scripts": { "scripts": {