Skip to content

Commit

Permalink
1.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
cokejoke committed Mar 9, 2023
1 parent 9391847 commit ed85fbf
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svelte-infinite-loading",
"version": "1.3.8",
"name": "@cokejoke/svelte-infinite-loading",
"version": "1.3.9",
"description": "An infinite scroll component for Svelte apps",
"svelte": "src/index.js",
"main": "dist/svelte-infinite-loading.js",
Expand Down Expand Up @@ -41,17 +41,17 @@
"svelte-components"
],
"author": {
"name": "Skayo",
"name": "cokejoke",
"email": "[email protected]",
"url": "https://skayo.dev"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Skayo/svelte-infinite-loading.git"
"url": "git+https://github.com/cokejoke/svelte-infinite-loading.git"
},
"bugs": {
"url": "https://github.com/Skayo/svelte-infinite-loading/issues"
"url": "https://github.com/cokejoke/svelte-infinite-loading/issues"
},
"homepage": "https://github.com/Skayo/svelte-infinite-loading"
"homepage": "https://github.com/cokejoke/svelte-infinite-loading"
}

0 comments on commit ed85fbf

Please sign in to comment.