@open-iframe-resizer/core 1.3.1 → 1.4.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 +6 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -35,12 +35,16 @@ npm install @open-iframe-resizer/core
35
35
 
36
36
  ### React
37
37
 
38
- A React component is also available:
39
-
40
38
  ```bash
41
39
  npm install @open-iframe-resizer/react
42
40
  ```
43
41
 
42
+ ### Vue
43
+
44
+ ```bash
45
+ npm install @open-iframe-resizer/vue
46
+ ```
47
+
44
48
  ## Full documentation
45
49
 
46
50
  Explore the [full documentation](https://lemick.github.io/open-iframe-resizer/guides/getting-started/#_top)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@open-iframe-resizer/core",
3
3
  "private": false,
4
- "version": "1.3.1",
4
+ "version": "1.4.1",
5
5
  "description": "Open-source modern iframe resizer",
6
6
  "license": "MIT",
7
7
  "repository": {