From 9b77b12e9611cdba9b6c215e5f5ec81c9d159df0 Mon Sep 17 00:00:00 2001 From: Matthew Scheffel Date: Sun, 11 Feb 2024 21:15:13 -0400 Subject: [PATCH] Add optional dependency to appease github actions --- package-lock.json | 23 +++++++++++++++++++++++ package.json | 3 +++ 2 files changed, 26 insertions(+) diff --git a/package-lock.json b/package-lock.json index 52481d4..2e2a146 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,6 +10,7 @@ "license": "MIT", "dependencies": { "@logseq/libs": "^0.0.17", + "@parcel/watcher-linux-x64-glibc": "*", "idb-keyval": "^6.2.1", "luaparse": "^0.3.1" }, @@ -17,6 +18,9 @@ "buffer": "^6.0.3", "parcel": "^2.11", "path-browserify": "^1.0.0" + }, + "optionalDependencies": { + "@parcel/watcher-linux-x64-glibc": "^2.4.0" } }, "node_modules/@babel/code-frame": { @@ -1358,6 +1362,25 @@ "@parcel/watcher-win32-x64": "2.4.0" } }, + "node_modules/@parcel/watcher-linux-x64-glibc": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-glibc/-/watcher-linux-x64-glibc-2.4.0.tgz", + "integrity": "sha512-KphV8awJmxU3q52JQvJot0QMu07CIyEjV+2Tb2ZtbucEgqyRcxOBDMsqp1JNq5nuDXtcCC0uHQICeiEz38dPBQ==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, "node_modules/@parcel/watcher-win32-x64": { "version": "2.4.0", "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-x64/-/watcher-win32-x64-2.4.0.tgz", diff --git a/package.json b/package.json index a85e8e5..c699b9c 100644 --- a/package.json +++ b/package.json @@ -32,5 +32,8 @@ "buffer": "^6.0.3", "parcel": "^2.11", "path-browserify": "^1.0.0" + }, + "optionalDependencies": { + "@parcel/watcher-linux-x64-glibc": "^2.4.0" } }