From 2e1bbd9d27d1f19948bd0159df3ec645eaa35eaa Mon Sep 17 00:00:00 2001 From: Timothy Stewart Date: Thu, 6 Jul 2023 16:35:55 -0500 Subject: [PATCH] fix(package): remove lock --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ed1b450..74a547a 100644 --- a/.gitignore +++ b/.gitignore @@ -11,4 +11,5 @@ build .env.test.local .env.production.local .env -cache \ No newline at end of file +cache +package-lock.json