From 86a34822630272c6ab45ba84c41ed7b8ea517c56 Mon Sep 17 00:00:00 2001 From: Sourabh Jain Date: Wed, 16 Apr 2025 10:21:22 +0530 Subject: [PATCH] updated manifest file --- cgmanifest.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 cgmanifest.json diff --git a/cgmanifest.json b/cgmanifest.json new file mode 100644 index 000000000..9e4f14ac5 --- /dev/null +++ b/cgmanifest.json @@ -0,0 +1,15 @@ +{ + "$schema": "https://json.schemastore.org/component-detection-manifest.json", + "Registrations": [ + { + "Component": { + "Type": "git", + "Git": { + "RepositoryUrl": "https://github.com/mongodb-js/mongosh", + "CommitHash": "6718ae4e76be007542087b8a674d7a77861c7d08" + } + }, + "DevelopmentDependency": false + } + ] + } \ No newline at end of file