From 1e92582aaa11ef66bcd5ff2ded3629f56a2b623a Mon Sep 17 00:00:00 2001 From: Juan Palacios Date: Tue, 14 Nov 2023 15:05:03 +1100 Subject: [PATCH] Added linux option to package-lock --- package-lock.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index de396c06..c2e101ff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2128,7 +2128,8 @@ "dev": true, "optional": true, "os": [ - "darwin" + "darwin", + "linux" ], "engines": { "node": ">= 10" @@ -6839,7 +6840,8 @@ "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", "extraneous": true, "os": [ - "darwin" + "darwin", + "linux" ], "engines": { "node": "^8.16.0 || ^10.6.0 || >=11.0.0"