From 73e7735fe03e4a9a12aff866bad5a4f993a06881 Mon Sep 17 00:00:00 2001 From: Evan Hahn Date: Mon, 26 Aug 2024 21:22:09 +0000 Subject: [PATCH] chore: uninstall unused light-my-request dependency This dependency seems unused, so we can remove it. It looks like it was added in 8e64abdf736b31d1a13a1d9791fd9f677118d8d2 but never used. --- package-lock.json | 1 - package.json | 1 - 2 files changed, 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7990cc1ae..d8dfc1861 100644 --- a/package-lock.json +++ b/package-lock.json @@ -84,7 +84,6 @@ "eslint": "^8.57.0", "husky": "^8.0.0", "iterpal": "^0.4.0", - "light-my-request": "^5.10.0", "lint-staged": "^14.0.1", "mapeo-offline-map": "^2.0.0", "math-random-seed": "^2.0.0", diff --git a/package.json b/package.json index 4dba2cc22..80ff2c703 100644 --- a/package.json +++ b/package.json @@ -130,7 +130,6 @@ "eslint": "^8.57.0", "husky": "^8.0.0", "iterpal": "^0.4.0", - "light-my-request": "^5.10.0", "lint-staged": "^14.0.1", "mapeo-offline-map": "^2.0.0", "math-random-seed": "^2.0.0",