Skip to content

Commit

Permalink
Merge pull request #3 from tsriram/chores
Browse files Browse the repository at this point in the history
Update readme & package.json
  • Loading branch information
tsriram authored Jul 13, 2024
2 parents f1443d1 + 4fb07e5 commit bb90846
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/honest-masks-travel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'sveltekit-top-loader': patch
---

Updated demo URL in readme and keywords in package.json
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

A SvelteKit top loading bar component made using nprogress.

## Demo

Note: you might have to throttle the network speed to see the top loader 😅

[https://sveltekit-top-loader.pages.dev/](https://sveltekit-top-loader.pages.dev/)

## Installation

Using npm:
Expand Down
15 changes: 14 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
"name": "sveltekit-top-loader",
"version": "0.0.2",
"license": "MIT",
"author": {
"name": "Sriram Thiagarajan",
"email": "[email protected]",
"url": "https://x.com/tsriram"
},
"scripts": {
"dev": "vite dev",
"build": "vite build && npm run package",
Expand Down Expand Up @@ -61,5 +66,13 @@
"dependencies": {
"@changesets/cli": "^2.27.7",
"nprogress": "^0.2.0"
}
},
"keywords": [
"Svelte",
"SvelteKit",
"SvelteKit Top Loader",
"Nprogress",
"Top Loading Bar",
"Progressbar"
]
}

0 comments on commit bb90846

Please sign in to comment.