Skip to content

Commit

Permalink
chore: update installation instructions and bump version to 0.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
Spikeysanju committed Nov 12, 2024
1 parent a1661b6 commit e8dab8b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ A lightweight drag and drop library for Svelte 5 applications. Built with TypeSc
## Installation

```bash
npm i @thisux/sveltednd@0.0.13
npm i @thisux/sveltednd@latest
# or bun add @thisux/sveltednd or yarn add @thisux/sveltednd or pnpm add @thisux/sveltednd
```

## Quick Start
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thisux/sveltednd",
"version": "0.0.14",
"version": "0.0.15",
"private": false,
"description": "A lightweight, flexible drag and drop library for Svelte 5 applications.",
"author": "sanju <work@sanju.sh>",
Expand Down Expand Up @@ -75,6 +75,6 @@
"vitest": "^2.0.4"
},
"dependencies": {
"@thisux/sveltednd": "0.0.12"
"@thisux/sveltednd": "^0.0.14"
}
}
}

0 comments on commit e8dab8b

Please sign in to comment.