Skip to content

Commit

Permalink
chore: updated package.json, readme & license with new name and added…
Browse files Browse the repository at this point in the history
… lockfile
  • Loading branch information
jonasgeiler committed May 28, 2024
1 parent a1b3ccf commit 14db09a
Show file tree
Hide file tree
Showing 5 changed files with 9,687 additions and 12 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
.DS_Store
node_modules
package-lock.json
test/public/bundle.js
.idea
dist
Expand Down
3 changes: 2 additions & 1 deletion LICENSE → LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
MIT License
-----------

Copyright (c) 2020 Skayo
Copyright (c) 2024 Jonas Geiler

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<p align="center"><img src="https://raw.githubusercontent.com/Skayo/svelte-infinite-loading/master/assets/InfiniteLogo.svg" alt="InfiniteLogo" width="225"></p>
<p align="center"><img src="https://raw.githubusercontent.com/jonasgeiler/svelte-infinite-loading/master/assets/InfiniteLogo.svg" alt="InfiniteLogo" width="225"></p>
<h2 align="center">svelte-infinite-loading</h2>
<p align="center">An infinite scroll component for Svelte apps</p>
<p align="center">
Expand Down Expand Up @@ -65,14 +65,14 @@ From CDN (via [unpkg](https://unpkg.com/)):
- [Hacker News with Top Direction](https://svelte.dev/repl/9a04b19fcf5f4da0bead27f1cdf55cfb)
- [Hacker News using svelte-tiny-virtual-list](https://svelte.dev/repl/2239cc4c861c41d18abbc858248f5a0d)

For more information on how to use this library, check the [documentation](https://github.com/Skayo/svelte-infinite-loading/wiki)!
For more information on how to use this library, check the [documentation](https://github.com/jonasgeiler/svelte-infinite-loading/wiki)!


## Documentation

You can find the documentation in the [repository wiki](https://github.com/Skayo/svelte-infinite-loading/wiki)
You can find the documentation in the [repository wiki](https://github.com/jonasgeiler/svelte-infinite-loading/wiki)


## License

[MIT License](https://github.com/Skayo/svelte-infinite-loading/blob/master/LICENSE)
[MIT License](https://github.com/jonasgeiler/svelte-infinite-loading/blob/master/LICENSE)
Loading

0 comments on commit 14db09a

Please sign in to comment.