Skip to content

Commit

Permalink
fix: move files from docs to root since npmjs does not show README. U…
Browse files Browse the repository at this point in the history
…pdate sveltekit
  • Loading branch information
shinokada committed Dec 16, 2022
1 parent 2ae83b3 commit f8ffee1
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 4 deletions.
13 changes: 13 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# These are supported funding model platforms

github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
patreon: # Replace with a single Patreon username
open_collective: # Replace with a single Open Collective username
ko_fi: codewithshin
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
liberapay: # Replace with a single Liberapay username
issuehunt: # Replace with a single IssueHunt username
otechie: # Replace with a single Otechie username
lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
4 changes: 2 additions & 2 deletions docs/README.md → README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ npm i -D svelte-flag-icons

## REPL

[Demo 1](https://svelte.dev/repl/754f6d9e949441978f1073b68437129f?version=3.48.0)
[Demo 1](https://svelte.dev/repl/754f6d9e949441978f1073b68437129f)


## Icon Names

[Icon list](https://github.com/shinokada/svelte-flag-icons/blob/main/docs/icon-list.md)
[Icon list](https://github.com/shinokada/svelte-flag-icons/blob/main/icon-list.md)

## ISO 3166 Country Codes

Expand Down
Empty file removed docs/.nojekyll
Empty file.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"url": "https://blog.codewithshin.com"
},
"bugs": "https://github.com/shinokada/svelte-flag-icons/issues",
"homepage": "https://github.com/shinokada/svelte-flag-icons",
"homepage": "https://shinokada.github.io/svelte-flag-icons",
"license": "MIT",
"scripts": {
"dev": "vite dev",
Expand Down Expand Up @@ -53,4 +53,4 @@
"type": "git",
"url": "https://github.com/shinokada/svelte-flag-icons"
}
}
}

0 comments on commit f8ffee1

Please sign in to comment.