svelte-movable
Advanced tools
Comparing version 1.1.2 to 1.1.3
{ | ||
"name": "svelte-movable", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "Action to move node on mousedown & mousemove", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
# Svelte Action - `use:movable` | ||
# This package has been moved to [the @svelte-put monorepo](https://github.com/vnphanquang/svelte-put/tree/main/packages/actions/movable). You can still use this package as is but a reinstallation is recommended. | ||
```bash | ||
# remove svelte-movable from your package.json | ||
npm install -D @svelte-put/movable | ||
yarn add -D @svelte-put/movable | ||
pnpm add -D @svelte-put/movable | ||
``` | ||
<div align="center"> | ||
@@ -35,7 +45,5 @@ | ||
```bash | ||
npm install svelte-movable | ||
yarn add svelte-movable | ||
pnpm add svelte-movable | ||
# Note: add to dev dependencies instead if using svelte-kit | ||
npm install -D svelte-movable | ||
yarn add -D svelte-movable | ||
pnpm add -D svelte-movable | ||
``` | ||
@@ -42,0 +50,0 @@ |
36380
138