@skeletonlabs/skeleton-svelte 2.0.0-next.13 → 2.0.0-next.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +7 -18
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,22 +1,11 @@
1
- # Skeleton-Svelte
1
+ # Skeleton Svelte
2
2
 
3
- Provides all Svelte features for [Skeleton](https://skeleton.dev/).
4
-
5
- ## Project
6
-
7
- This project has been created using a [SvelteKit](https://kit.svelte.dev/) project library.
8
-
9
- ## Exports
10
-
11
- Library exports are contained within `/src/lib/migrate.ts`
12
-
13
- ## Dev
14
-
15
- To run locally, follow the following instructions:
3
+ ## Installation
16
4
 
5
+ ```bash
6
+ pnpm add @skeletonlabs/skeleton-svelte
17
7
  ```
18
- pnpm i
19
- pnpm dev
20
- ```
21
8
 
22
- Then point your browser at http://localhost:5173/
9
+ ## Documentation
10
+
11
+ Explore the full documentation at [skeleton.dev](https://skeleton.dev/).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skeletonlabs/skeleton-svelte",
3
- "version": "2.0.0-next.13",
3
+ "version": "2.0.0-next.14",
4
4
  "description": "The Svelte package for Skeleton.",
5
5
  "author": "endigo9740 <chris@skeletonlabs.dev>",
6
6
  "repository": {
@@ -57,7 +57,7 @@
57
57
  "typescript": "5.9.2",
58
58
  "vite": "7.1.3",
59
59
  "vitest": "3.2.4",
60
- "@skeletonlabs/skeleton": "4.0.0-next.5"
60
+ "@skeletonlabs/skeleton": "4.0.0-next.6"
61
61
  },
62
62
  "license": "MIT",
63
63
  "type": "module",