@vueuse/electron 10.7.0 → 10.7.2

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 +3 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -6,9 +6,9 @@
6
6
 
7
7
  ## Install
8
8
 
9
- <pre class='language-bash'>
10
- npm i <b>@vueuse/electron</b> electron
11
- </pre>
9
+ ```bash
10
+ npm i @vueuse/electron electron
11
+ ```
12
12
 
13
13
  ## Functions
14
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vueuse/electron",
3
- "version": "10.7.0",
3
+ "version": "10.7.2",
4
4
  "description": "Electron renderer process modules for VueUse",
5
5
  "author": "Archer Gu<https://github.com/ArcherGu>",
6
6
  "license": "MIT",
@@ -36,7 +36,7 @@
36
36
  "electron": ">=9.0.0"
37
37
  },
38
38
  "dependencies": {
39
- "@vueuse/shared": "10.7.0",
39
+ "@vueuse/shared": "10.7.2",
40
40
  "vue-demi": ">=0.14.6"
41
41
  },
42
42
  "devDependencies": {