@night-owl-elite/vue-select 1.3.35 → 1.3.36

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 +0 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -35,11 +35,6 @@ Install with npm
35
35
  npm install @your-package-name/vue-tree-select
36
36
 
37
37
  ```
38
- #### Props
39
- I see you've provided the raw data for the props of the `Vue Select` component and would like them formatted into a clean Markdown table, similar to the example you provided.
40
-
41
- Here is the formatted table:
42
-
43
38
  ## Props
44
39
 
45
40
  | Prop | Type | Default | Description |
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@night-owl-elite/vue-select",
3
3
  "private": false,
4
- "version": "1.3.35",
4
+ "version": "1.3.36",
5
5
  "type": "module",
6
6
  "main": "./dist/vue-select.umd.js",
7
7
  "module": "./dist/vue-select.es.js",