Skip to content

Commit 08824c3

Browse files
author
Daniel Kesler
committed
electron 6.0.0 prebuild
1 parent bae6709 commit 08824c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ronomon/opened",
3-
"version": "1.5.3",
3+
"version": "1.5.4",
44
"description": "Check if a file is open in another application on Windows, macOS and Linux.",
55
"main": "index.js",
66
"files": [
@@ -30,7 +30,7 @@
3030
"homepage": "https://github.com/ronomon/opened#readme",
3131
"scripts": {
3232
"install": "prebuild-install || node-gyp rebuild",
33-
"prebuild-electron": "prebuild -t 7.0.0 -t 8.0.0 -t 9.0.0 -r electron",
33+
"prebuild-electron": "prebuild -t 6.0.0 -t 7.0.0 -t 8.0.0 -t 9.0.0 -r electron",
3434
"test": "node test.js"
3535
},
3636
"dependencies": {

0 commit comments

Comments
 (0)