@featherk/composables 0.0.8 → 0.0.9

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 +1 -1
  2. package/package.json +9 -1
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  # `@featherk/composables`
4
4
 
5
- > This pacakge provides Vue 3 composables intended to augment and improve Kendo UI for Vue (Telerik) component behavior.
5
+ > This package provides Vue 3 composables intended to augment and improve Kendo UI for Vue (Telerik) component behavior.
6
6
  >
7
7
  > *This package is not affiliated with or approved by Telerik.*
8
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@featherk/composables",
3
- "version": "0.0.8",
3
+ "version": "0.0.9",
4
4
  "main": "dist/featherk-composables.umd.js",
5
5
  "module": "dist/featherk-composables.es.js",
6
6
  "types": "dist/index.d.ts",
@@ -28,5 +28,13 @@
28
28
  "publishConfig": {
29
29
  "access": "public"
30
30
  },
31
+ "keywords": [
32
+ "vue",
33
+ "composables",
34
+ "kendo",
35
+ "telerik",
36
+ "a11y",
37
+ "accessibility"
38
+ ],
31
39
  "license": "MIT"
32
40
  }