Skip to content

Commit 7a222b3

Browse files
committed
0.0.4
1 parent b2ec3ae commit 7a222b3

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

package.json

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,27 @@
11
{
22
"name": "@mcpc-tech/ripgrep-napi",
3-
"version": "0.0.3",
4-
"description": "Template project for writing node package with napi-rs",
3+
"version": "0.0.4",
4+
"description": "Fast text search library powered by Rust ripgrep, providing Node.js bindings via NAPI-RS",
55
"main": "index.js",
66
"types": "index.d.ts",
77
"browser": "browser.js",
88
"repository": {
9-
"url": "git+ssh://git@github.com/napi-rs/ripgrep-napi-pnpm.git",
9+
"url": "git+https://github.com/yaonyan/ripgrep-napi.git",
1010
"type": "git"
1111
},
1212
"license": "MIT",
1313
"keywords": [
14+
"ripgrep",
15+
"search",
16+
"grep",
17+
"text-search",
18+
"file-search",
19+
"regex",
20+
"rust",
1421
"napi-rs",
1522
"NAPI",
1623
"N-API",
17-
"Rust",
18-
"node-addon",
19-
"node-addon-api"
24+
"node-addon"
2025
],
2126
"files": [
2227
"index.d.ts",

0 commit comments

Comments
 (0)