We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bae6709 commit 08824c3Copy full SHA for 08824c3
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@ronomon/opened",
3
- "version": "1.5.3",
+ "version": "1.5.4",
4
"description": "Check if a file is open in another application on Windows, macOS and Linux.",
5
"main": "index.js",
6
"files": [
@@ -30,7 +30,7 @@
30
"homepage": "https://github.com/ronomon/opened#readme",
31
"scripts": {
32
"install": "prebuild-install || node-gyp rebuild",
33
- "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",
34
"test": "node test.js"
35
},
36
"dependencies": {
0 commit comments