From 12b547b470a4213dc63a20c7bd2db988d85c7693 Mon Sep 17 00:00:00 2001 From: Wilfred Hughes Date: Tue, 18 Jun 2024 08:48:01 -0700 Subject: [PATCH] Fix npm warning --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index b0e8cef..ae88025 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,10 @@ "prebuildify": "prebuildify --napi --strip" }, "author": "Wilfred Hughes ", - "repository": "https://github.com/Wilfred/tree-sitter-elisp", + "repository": { + "type": "git", + "url": "git+https://github.com/Wilfred/tree-sitter-elisp.git" + }, "license": "MIT", "dependencies": { "node-addon-api": "^7.1.0",