From 294a9324857d099bc5db3b91a3e61d51779aa99e Mon Sep 17 00:00:00 2001 From: Christopher Sanden Date: Thu, 19 Mar 2026 21:55:38 +0100 Subject: [PATCH] installed the correct eas and removed the old one --- FastNotes/package-lock.json | 10 ---------- FastNotes/package.json | 1 - 2 files changed, 11 deletions(-) diff --git a/FastNotes/package-lock.json b/FastNotes/package-lock.json index dee9808..c11f763 100644 --- a/FastNotes/package-lock.json +++ b/FastNotes/package-lock.json @@ -16,7 +16,6 @@ "@supabase/supabase-js": "^2.98.0", "async-storage": "^0.1.0", "deno": "^2.7.6", - "eas": "^0.1.0", "expo": "~54.0.33", "expo-blur": "~15.0.8", "expo-constants": "~18.0.13", @@ -6532,15 +6531,6 @@ "node": ">= 0.4" } }, - "node_modules/eas": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/eas/-/eas-0.1.0.tgz", - "integrity": "sha512-w88fTTTkfDLHwcaVW8wiYjOtnBBToguzc6AyIldD1vOrCRTKxhQEDS8oIE7nWeSJ+kCoIeoHd79Mhwvntydixg==", - "license": "Apache-2.0", - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/ee-first": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", diff --git a/FastNotes/package.json b/FastNotes/package.json index 9640f7f..9dc2704 100644 --- a/FastNotes/package.json +++ b/FastNotes/package.json @@ -23,7 +23,6 @@ "@supabase/supabase-js": "^2.98.0", "async-storage": "^0.1.0", "deno": "^2.7.6", - "eas": "^0.1.0", "expo": "~54.0.33", "expo-blur": "~15.0.8", "expo-constants": "~18.0.13",