From 2bfdd0779cb609d842bea7941d35b7515c55819c Mon Sep 17 00:00:00 2001 From: npty Date: Mon, 18 Mar 2024 11:30:25 +0700 Subject: [PATCH] chore: fix deps install --- package-lock.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package-lock.json b/package-lock.json index 777b5ab8..d00ad9e4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14405,7 +14405,8 @@ "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", "extraneous": true, "os": [ - "darwin" + "darwin", + "linux" ], "engines": { "node": "^8.16.0 || ^10.6.0 || >=11.0.0"