Skip to content

Commit 9413931

Browse files
fingolfinMattIPv4
andauthored
Add minisearch w/ npm auto-update (#2074)
* Add minisearch with npm auto-update * Update packages/m/minisearch.json Co-authored-by: Matt Cowley <[email protected]> * Apply suggestions from code review --------- Co-authored-by: Matt Cowley <[email protected]>
1 parent 99e5c15 commit 9413931

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

packages/m/minisearch.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"name": "minisearch",
3+
"description": "Tiny but powerful full-text search engine for browser and Node.",
4+
"homepage": "https://lucaong.github.io/minisearch/",
5+
"filename": "umd/index.min.js",
6+
"keywords": [
7+
"search",
8+
"full text",
9+
"fuzzy prefix",
10+
"auto suggest",
11+
"auto complete",
12+
"index"
13+
],
14+
"repository": {
15+
"type": "git",
16+
"url": "https://github.com/lucaong/minisearch"
17+
},
18+
"license": "MIT",
19+
"autoupdate": {
20+
"source": "npm",
21+
"target": "minisearch",
22+
"fileMap": [
23+
{
24+
"basePath": "dist",
25+
"files": [
26+
"{cjs/,es/,umd/}*.@(js|cjs)?(.map)"
27+
]
28+
}
29+
]
30+
},
31+
"authors": [
32+
{
33+
"name": "Luca Ongaro"
34+
}
35+
]
36+
}

0 commit comments

Comments
 (0)