Skip to content

Commit 8602ccf

Browse files
committed
chore: update repository information and copyright details
1 parent 7a222b3 commit 8602ccf

File tree

4 files changed

+10
-17
lines changed

4 files changed

+10
-17
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
2-
authors = ["yaonyan"]
2+
authors = ["mcpc-tech"]
33
edition = "2021"
44
name = "ripgrep-napi"
55
version = "0.1.0"
66
description = "NAPI bindings for ripgrep - fast line-oriented search"
77
license = "MIT"
8-
repository = "https://github.com/yaonyan/ripgrep-napi"
8+
repository = "https://github.com/mcpc-tech/ripgrep-napi"
99

1010
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1111

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020 N-API for Rust
3+
Copyright (c) 2024 MCPC Tech
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,13 @@
1-
# `@napi-rs/ripgrep-napi`
1+
# `@mcpc-tech/ripgrep-napi`
22

3-
![https://github.com/napi-rs/ripgrep-napi/actions](https://github.com/napi-rs/ripgrep-napi/workflows/CI/badge.svg)
3+
![https://github.com/mcpc-tech/ripgrep-napi/actions](https://github.com/mcpc-tech/ripgrep-napi/workflows/CI/badge.svg)
44

5-
> Template project for writing node packages with napi-rs.
5+
> Fast text search library powered by Rust ripgrep, providing Node.js bindings via NAPI-RS
66
7-
# Usage
8-
9-
1. Click **Use this template**.
10-
2. **Clone** your project.
11-
3. Run `pnpm install` to install dependencies.
12-
4. Run `npx napi rename -n [name]` command under the project folder to rename your package.
13-
14-
## Install this test package
7+
## Install this package
158

169
```
17-
pnpm add @napi-rs/ripgrep-napi
10+
pnpm add @mcpc-tech/ripgrep-napi
1811
```
1912

2013
## Usage
@@ -41,7 +34,7 @@ The other problem is how to deliver prebuild `binary` to users. Downloading it i
4134

4235
In this package, we choose a better way to solve this problem. We release different `npm packages` for different platforms. And add it to `optionalDependencies` before releasing the `Major` package to npm.
4336

44-
`NPM` will choose which native package should download from `registry` automatically. You can see [npm](./npm) dir for details. And you can also run `pnpm add @napi-rs/ripgrep-napi` to see how it works.
37+
`NPM` will choose which native package should download from `registry` automatically. You can see [npm](./npm) dir for details. And you can also run `pnpm add @mcpc-tech/ripgrep-napi` to see how it works.
4538

4639
## Develop requirements
4740

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"types": "index.d.ts",
77
"browser": "browser.js",
88
"repository": {
9-
"url": "git+https://github.com/yaonyan/ripgrep-napi.git",
9+
"url": "git+https://github.com/mcpc-tech/ripgrep-napi.git",
1010
"type": "git"
1111
},
1212
"license": "MIT",

0 commit comments

Comments
 (0)