8000 feat: unplugin-icons adder by Joex3 · Pull Request #555 · svelte-add/svelte-add · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Oct 20, 2024. It is now read-only.

feat: unplugin-icons adder #555

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
8000
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
chore: Fix type checking in script
  • Loading branch information
Joex3 committed Aug 31, 2024
commit 9beb83ed48aa2c26294476b3be09e7ea82fd8a5f
1 change: 1 addition & 0 deletions scripts/update-unplugin-icons-collections.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import { format, resolveConfig } from 'prettier';
'@iconify/json': 'Full Collection (~120MB)',
};

/** @type {Array<{ name: string, version?: string, label?: string }>} */
const collections = [
{
name: 'none',
Expand Down
0