From fac2f5929879f396764b279f050cc01219c6f753 Mon Sep 17 00:00:00 2001 From: abdulrahman305 Date: Sun, 11 Aug 2024 13:13:52 +0000 Subject: [PATCH] chore: Add package-lock.json file --- manifests/graphrag | 1 + manifests/package-lock.json | 6 ++++++ 2 files changed, 7 insertions(+) create mode 160000 manifests/graphrag create mode 100644 manifests/package-lock.json diff --git a/manifests/graphrag b/manifests/graphrag new file mode 160000 index 00000000..073f650b --- /dev/null +++ b/manifests/graphrag @@ -0,0 +1 @@ +Subproject commit 073f650ba9f059bbc4d3c9558d880fa88836487f diff --git a/manifests/package-lock.json b/manifests/package-lock.json new file mode 100644 index 00000000..4c5228eb --- /dev/null +++ b/manifests/package-lock.json @@ -0,0 +1,6 @@ +{ + "name": "manifests", + "lockfileVersion": 3, + "requires": true, + "packages": {} +}