From 16aaed78ae6582ea55a94419828922c7b0960e10 Mon Sep 17 00:00:00 2001 From: Amaan Qureshi Date: Fri, 31 Jan 2025 20:42:30 -0500 Subject: [PATCH] build: update authors --- Cargo.toml | 5 ++++- cli/npm/package.json | 11 ++++++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2db4a8abef..4773f033c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,10 @@ resolver = "2" [workspace.package] version = "0.25.0" -authors = ["Max Brunsfeld "] +authors = [ + "Max Brunsfeld ", + "Amaan Qureshi ", +] edition = "2021" rust-version = "1.82" homepage = "https://tree-sitter.github.io/tree-sitter" diff --git a/cli/npm/package.json b/cli/npm/package.json index 4ba4e0b7d9..c1964798dc 100644 --- a/cli/npm/package.json +++ b/cli/npm/package.json @@ -1,7 +1,16 @@ { "name": "tree-sitter-cli", "version": "0.25.0", - "author": "Max Brunsfeld", + "author": { + "name": "Max Brunsfeld", + "email": "maxbrunsfeld@gmail.com" + }, + "maintainers": [ + { + "name": "Amaan Qureshi", + "email": "amaanq12@gmail.com" + } + ], "license": "MIT", "repository": { "type": "git",