@vuepress-plume/plugin-search 1.0.0-rc.45 → 1.0.0-rc.47

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 +2 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -11,7 +11,9 @@ pnpm add @vuepress-plume/plugin-search
11
11
  # or
12
12
  yarn add @vuepress-plume/plugin-search
13
13
  ```
14
+
14
15
  ## Usage
16
+
15
17
  ``` js
16
18
  // .vuepress/config.[jt]s
17
19
  import { searchPlugin } from '@vuepress-plume/plugin-search'
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vuepress-plume/plugin-search",
3
3
  "type": "module",
4
- "version": "1.0.0-rc.45",
4
+ "version": "1.0.0-rc.47",
5
5
  "description": "The Plugin for VuePres 2 - local search",
6
6
  "author": "pengzhanbo <volodymyr@foxmail.com>",
7
7
  "license": "MIT",
@@ -31,10 +31,10 @@
31
31
  "lib"
32
32
  ],
33
33
  "peerDependencies": {
34
- "vuepress": "2.0.0-rc.8"
34
+ "vuepress": "2.0.0-rc.9"
35
35
  },
36
36
  "dependencies": {
37
- "@vuepress/helper": "2.0.0-rc.15",
37
+ "@vuepress/helper": "2.0.0-rc.21",
38
38
  "@vueuse/core": "^10.9.0",
39
39
  "@vueuse/integrations": "^10.9.0",
40
40
  "chokidar": "^3.6.0",