3 Commits

Author SHA1 Message Date
pheralb 93aedefe79 🛠️ Update extensions data 2025-09-24 17:49:04 +01:00
pheralb 63b189bce3 🛠️ (API) Remove version specification for pnpm setup in deployment workflow 2025-09-24 17:14:58 +01:00
Pablo Hdez bf855d15e0 Merge pull request #772 from pheralb/dev
 svgl v5
2025-09-24 17:08:06 +01:00
2 changed files with 4 additions and 6 deletions
+1 -3
View File
@@ -12,10 +12,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup pnpm 10
- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
version: 10
- name: Install global dependencies
run: pnpm install
+3 -3
View File
@@ -6,7 +6,7 @@ export const extensions: Extension[] = [
description: "A CLI for easily adding SVG icons to your project.",
url: "https://github.com/sujjeee/svgls",
image:
"https://raw.githubusercontent.com/pheralb/svgl/refs/heads/main/static/images/logo.svg",
"https://raw.githubusercontent.com/pheralb/svgl/refs/heads/main/static/images/svgl_svg.svg",
created_by: {
name: "sujjeee",
socialUrl: "https://x.com/sujjeeee",
@@ -39,7 +39,7 @@ export const extensions: Extension[] = [
{
name: "SVGL for Vue",
description: "An open-source NPM package that offers a SVGL Logos for Vue.",
url: "https://github.com/ridemountainpig/svgl-vue",
url: "https://github.com/selemondev/svgl-vue",
image:
"https://raw.githubusercontent.com/pheralb/svgl/refs/heads/main/static/library/vue.svg",
created_by: {
@@ -51,7 +51,7 @@ export const extensions: Extension[] = [
name: "SVGL for Svelte",
description:
"An open-source NPM package that offers a SVGL Logos for Svelte.",
url: "https://github.com/ridemountainpig/svgl-svelte",
url: "https://github.com/selemondev/svgl-svelte",
image: "https://github.com/pheralb/svgl/raw/main/static/library/svelte.svg",
created_by: {
name: "selemondev",