Skip to content

Commit 9c65b51

Browse files
authored
Refactor tags in extensions.js to remove redundant entries (#566)
* Refactor tags in extensions.js to remove redundant entries * Remove jummbox, beepbox, and ultrabox
1 parent 7883f7f commit 9c65b51

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/lib/extensions.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ export default [
271271
banner: "Embin/embintranslation.avif",
272272
creator: "embinmc",
273273
isGitHub: true,
274-
tags: ["data", "utility", "text", "strings"],
274+
tags: ["data", "utility", "text"],
275275
creatorAlias: "Embin",
276276
},
277277
{
@@ -281,7 +281,7 @@ export default [
281281
banner: "DogeisCut/YetAnotherStringExtension.svg",
282282
creator: "DogeisCut",
283283
isGitHub: true,
284-
tags: ["strings", "builder", "small", "text", "utility"]
284+
tags: ["builder", "small", "text", "utility"]
285285
},
286286
{
287287
name: "Regular Expressions",
@@ -290,7 +290,7 @@ export default [
290290
banner: "DogeisCut/dogeiscutRegularExpressions.svg",
291291
creator: "DogeisCut",
292292
isGitHub: true,
293-
tags: ["customtype", "strings", "regex", "text", "utility"]
293+
tags: ["customtype", "regex", "text", "utility"]
294294
},
295295
{
296296
name: "Sets",
@@ -427,7 +427,7 @@ export default [
427427
banner: "DogeisCut/BeepBoxPlayer.svg",
428428
creator: "DogeisCut",
429429
isGitHub: true,
430-
tags: ["api", "music", "sounds", "ultrabox", "jummbox", "beepbox"]
430+
tags: ["api", "music", "sounds"]
431431
},
432432
{
433433
name: "Update File (Direct Access)",

0 commit comments

Comments
 (0)