From 08824c3f6878a07aeb3deac51028a86daf983057 Mon Sep 17 00:00:00 2001 From: Daniel Kesler Date: Tue, 23 Jun 2020 04:34:59 -0600 Subject: [PATCH] electron 6.0.0 prebuild --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 74b34b7..8af9b29 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ronomon/opened", - "version": "1.5.3", + "version": "1.5.4", "description": "Check if a file is open in another application on Windows, macOS and Linux.", "main": "index.js", "files": [ @@ -30,7 +30,7 @@ "homepage": "https://github.com/ronomon/opened#readme", "scripts": { "install": "prebuild-install || node-gyp rebuild", - "prebuild-electron": "prebuild -t 7.0.0 -t 8.0.0 -t 9.0.0 -r electron", + "prebuild-electron": "prebuild -t 6.0.0 -t 7.0.0 -t 8.0.0 -t 9.0.0 -r electron", "test": "node test.js" }, "dependencies": {