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"