From c434fa29920aa9e588a268aef23d5b4c46249a26 Mon Sep 17 00:00:00 2001 From: Jason Frey Date: Thu, 21 Oct 2021 15:16:10 -0400 Subject: [PATCH] Add yarn.lock because yarn 3 requires it --- .gitignore | 1 - yarn.lock | 11 +++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 yarn.lock diff --git a/.gitignore b/.gitignore index 519f501..7efd909 100644 --- a/.gitignore +++ b/.gitignore @@ -17,7 +17,6 @@ /spec/manageiq /node_modules/ -/yarn.lock /.pnp.* /.yarn/* !/.yarn/patches diff --git a/yarn.lock b/yarn.lock new file mode 100644 index 0000000..d7bb8f4 --- /dev/null +++ b/yarn.lock @@ -0,0 +1,11 @@ +# This file is generated by running "yarn install" inside your project. +# Manual changes might be lost - proceed with caution! + +__metadata: + version: 4 + +"manageiq-providers-redfish@workspace:.": + version: 0.0.0-use.local + resolution: "manageiq-providers-redfish@workspace:." + languageName: unknown + linkType: soft