Skip to content

Commit 16aaed7

Browse files
committed
build: update authors
1 parent a115e51 commit 16aaed7

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ resolver = "2"
1414

1515
[workspace.package]
1616
version = "0.25.0"
17-
authors = ["Max Brunsfeld <[email protected]>"]
17+
authors = [
18+
"Max Brunsfeld <[email protected]>",
19+
"Amaan Qureshi <[email protected]>",
20+
]
1821
edition = "2021"
1922
rust-version = "1.82"
2023
homepage = "https://tree-sitter.github.io/tree-sitter"

cli/npm/package.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
{
22
"name": "tree-sitter-cli",
33
"version": "0.25.0",
4-
"author": "Max Brunsfeld",
4+
"author": {
5+
"name": "Max Brunsfeld",
6+
"email": "[email protected]"
7+
},
8+
"maintainers": [
9+
{
10+
"name": "Amaan Qureshi",
11+
"email": "[email protected]"
12+
}
13+
],
514
"license": "MIT",
615
"repository": {
716
"type": "git",

0 commit comments

Comments
 (0)