From a38f147e848c6fb74f623aaa999a52abc34a18a3 Mon Sep 17 00:00:00 2001 From: 2lll5 <2lll5@users.noreply.github.com> Date: Fri, 12 Jun 2026 16:56:10 +0000 Subject: [PATCH] Add npm metadata for babel plugin package --- .../js/babel-plugin-syntax-hermes-parser/package.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/tools/hermes-parser/js/babel-plugin-syntax-hermes-parser/package.json b/tools/hermes-parser/js/babel-plugin-syntax-hermes-parser/package.json index 773ef2c31be..b63c7827cf2 100644 --- a/tools/hermes-parser/js/babel-plugin-syntax-hermes-parser/package.json +++ b/tools/hermes-parser/js/babel-plugin-syntax-hermes-parser/package.json @@ -6,7 +6,12 @@ "license": "MIT", "repository": { "type": "git", - "url": "git@github.com:facebook/hermes.git" + "url": "git+https://github.com/facebook/hermes.git", + "directory": "tools/hermes-parser/js/babel-plugin-syntax-hermes-parser" + }, + "homepage": "https://github.com/facebook/hermes/tree/main/tools/hermes-parser/js/babel-plugin-syntax-hermes-parser#readme", + "bugs": { + "url": "https://github.com/facebook/hermes/issues" }, "dependencies": { "hermes-parser": "0.26.0"