Skip to content

Commit

Permalink
Adds electron prebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Kesler committed Jun 23, 2020
1 parent 33c2dfb commit 89d2f3d
Show file tree
Hide file tree
Showing 4 changed files with 1,655 additions and 22 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ binding.node
build
node_modules
opened_fixtures
prebuilds/
18 changes: 0 additions & 18 deletions package-lock.json

This file was deleted.

13 changes: 9 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ronomon/opened",
"version": "1.5.1",
"version": "1.5.2",
"description": "Check if a file is open in another application on Windows, macOS and Linux.",
"main": "index.js",
"files": [
Expand All @@ -11,7 +11,7 @@
],
"repository": {
"type": "git",
"url": "git+https://github.com/ronomon/opened.git"
"url": "git+https://github.com/dckesler/opened.git"
},
"keywords": [
"exclusive",
Expand All @@ -29,11 +29,16 @@
},
"homepage": "https://github.com/ronomon/opened#readme",
"scripts": {
"postinstall": "node-gyp clean",
"install": "prebuild-install || node-gyp rebuild",
"prebuild-electron": "prebuild -t 7.0.0 -t 8.0.0 -t 9.0.0 -r electron",
"test": "node test.js"
},
"dependencies": {
"@ronomon/queue": "^3.0.0",
"nan": "^2.11.0"
"nan": "^2.11.0",
"prebuild-install": "^5.3.4"
},
"devDependencies": {
"prebuild": "^10.0.0"
}
}
Loading

0 comments on commit 89d2f3d

Please sign in to comment.