@comfanion/usethis_search 0.1.1 → 0.1.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.
- package/index.ts +1 -1
- package/package.json +1 -1
package/index.ts
CHANGED
|
@@ -4,7 +4,7 @@ import search from "./tools/search"
|
|
|
4
4
|
import codeindex from "./tools/codeindex"
|
|
5
5
|
import FileIndexerPlugin from "./file-indexer"
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
const UsethisSearchPlugin: Plugin = async (ctx) => {
|
|
8
8
|
const fileIndexerHooks = await FileIndexerPlugin(ctx as any)
|
|
9
9
|
|
|
10
10
|
return {
|