From 80ed2dc7bc4c971f029e96b2a05c9696cdb93cd3 Mon Sep 17 00:00:00 2001 From: Eric Date: Sat, 2 Mar 2024 11:35:47 +1100 Subject: [PATCH] add bluebird to package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 338e640..5e84aee 100644 --- a/package.json +++ b/package.json @@ -31,6 +31,7 @@ "@types/lodash": "^4.14.192", "@types/teen_process": "^2.0.0", "asyncbox": "^3.0.0", + "bluebird": "^3.7.2", "lodash": "^4.17.4", "plist": "^3.0.1", "semver": "^7.0.0",