diff options
Diffstat (limited to 'desktop/package.json')
-rw-r--r-- | desktop/package.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/desktop/package.json b/desktop/package.json index fc0102a..0ee4f73 100644 --- a/desktop/package.json +++ b/desktop/package.json @@ -1,6 +1,9 @@ { "name": "Orca", "version": "0.1.0", + "engines": { + "node": ">= 10" + }, "main": "main.js", "scripts": { "start": "electron . --disable-gpu", |