Skip to content
This repository has been archived by the owner on Feb 17, 2021. It is now read-only.

Commit

Permalink
rename to awesome-svelte-resources
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanatkn committed Jul 9, 2019
1 parent 58428cb commit 2fd3afd
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# super Svelte resources
# awesome Svelte resources

> multitudes of [Svelte](https://svelte.dev) v3+ links
Expand All @@ -8,7 +8,7 @@ An [awesome list](https://github.com/sindresorhus/awesome) for

Please submit anything that's relevant and not malware! (also version 3+)
Sapper resources should probably live in their own space.
([open an issue](https://github.com/ryanatkn/super-svelte-resources/issues)
([open an issue](https://github.com/ryanatkn/awesome-svelte-resources/issues)
if you feel otherwise)

- [official links](#official-links)
Expand Down Expand Up @@ -64,7 +64,7 @@ if you feel otherwise)
The official list of integrations is
[`@sveltejs/integrations`](https://github.com/sveltejs/integrations).
Look there first - they're mostly not duplicated here.
Maybe they [should be](https://github.com/ryanatkn/super-svelte-resources/pulls)?
Maybe they [should be](https://github.com/ryanatkn/awesome-svelte-resources/pulls)?

### preprocessors

Expand Down Expand Up @@ -260,7 +260,7 @@ filesystem-based routing solution along with a full app framework.
A color picker component for svelte
- [`@brunomolteni/svelte-sortable-list`](https://github.com/brunomolteni/svelte-sortable-list) -
A svelte 3 component that implements a list with animated drag-n-drop functionality.
- many many more.. [please send help](https://github.com/ryanatkn/super-svelte-resources/pulls)
- many many more.. [please send help](https://github.com/ryanatkn/awesome-svelte-resources/pulls)

### non-svelte components

Expand All @@ -271,7 +271,7 @@ filesystem-based routing solution along with a full app framework.

- [`@pngwn/svelte-travel-transitions`](https://github.com/pngwn/svelte-travel-transitions) -
Native-like Page Transitions with Svelte and Sapper, A Travel App.
- send [pull requests](https://github.com/ryanatkn/super-svelte-resources/pulls)!
- send [pull requests](https://github.com/ryanatkn/awesome-svelte-resources/pulls)!

### closed-source examples

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"name": "super-svelte-resources",
"name": "awesome-svelte-resources",
"version": "1.0.0",
"description": "multitudes of Svelte v3+ links",
"main": "README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/ryanatkn/super-svelte-resources.git"
"url": "git+https://github.com/ryanatkn/awesome-svelte-resources.git"
},
"keywords": [
"svelte",
"sveltejs"
],
"author": "https://github.com/ryanatkn/super-svelte-resources/graphs/contributors",
"author": "https://github.com/ryanatkn/awesome-svelte-resources/graphs/contributors",
"license": "CC0-1.0",
"bugs": {
"url": "https://github.com/ryanatkn/super-svelte-resources/issues"
"url": "https://github.com/ryanatkn/awesome-svelte-resources/issues"
},
"homepage": "https://github.com/ryanatkn/super-svelte-resources#readme",
"homepage": "https://github.com/ryanatkn/awesome-svelte-resources#readme",
"prettier": {
"useTabs": true,
"singleQuote": true,
Expand Down

0 comments on commit 2fd3afd

Please sign in to comment.