svelte-flexiboards 0.1.0 → 0.1.1

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 +15 -0
  2. package/package.json +2 -2
package/README.md ADDED
@@ -0,0 +1,15 @@
1
+ # Flexiboards
2
+
3
+ Headless, reactive drag-and-drop components for Svelte. [https://svelte-flexiboards.vercel.app](https://svelte-flexiboards.vercel.app/)
4
+
5
+ This version of Flexiboards is currently in an early preview stage, with development ongoing. If you encounter any issues, please report them on the [GitHub issues page](https://github.com/Blakintosh/svelte-flexiboards/issues).
6
+
7
+ ## Installation
8
+
9
+ ```
10
+ npm i svelte-flexiboards
11
+ ```
12
+
13
+ ## Licence
14
+
15
+ Flexiboards is open-source software licenced under the MIT licence. Please see [LICENSE.md](https://github.com/Blakintosh/svelte-flexiboards/blob/main/LICENSE.md) for more information.
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "svelte-flexiboards",
3
3
  "licence": "MIT",
4
- "version": "0.1.0",
5
- "description": "Drag-and-drop components for Svelte.",
4
+ "version": "0.1.1",
5
+ "description": "Headless, reactive drag-and-drop components for Svelte.",
6
6
  "files": [
7
7
  "dist",
8
8
  "!dist/**/*.test.*",