From 8c1097b7f247b0321d26f29655dc4bf081285cfd Mon Sep 17 00:00:00 2001 From: gjsjohnmurray Date: Wed, 26 Feb 2025 18:41:34 +0000 Subject: [PATCH] Add contributors section to package.json --- package.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/package.json b/package.json index 19c6ee7..d47a1ff 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,16 @@ "vscode": "^1.93.0" }, "publisher": "intersystems-community", + "contributors": [ + { + "name": "Dmitry Maslennikov", + "email": "mrdaimor@gmail.com" + }, + { + "name": "John Murray", + "email": "johnm@georgejames.com" + } + ], "license": "MIT", "homepage": "https://github.com/intersystems-community/sqltools-intersystems-driver#readme", "repository": {