aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2022-04-25 06:54:23 -0500
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2022-04-25 06:54:23 -0500
commitd9f9ca448a2587eeb73ed11e00e09767c365724e (patch)
tree43d877cb1e020a31569a9e315d8b9cc1e7c057d1 /package.json
parent6.0.0-nightly.11 [skip ci] (diff)
downloadferdium-app-d9f9ca448a2587eeb73ed11e00e09767c365724e.tar.gz
ferdium-app-d9f9ca448a2587eeb73ed11e00e09767c365724e.tar.zst
ferdium-app-d9f9ca448a2587eeb73ed11e00e09767c365724e.zip
Use published version of 'node-mac-permissions' instead of the github SHA
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 1b4b895bf..1b5732acc 100644
--- a/package.json
+++ b/package.json
@@ -199,7 +199,7 @@
199 }, 199 },
200 "optionalDependencies": { 200 "optionalDependencies": {
201 "macos-notification-state": "github:nbashkankov/macos-notification-state#fix-monterey-detect", 201 "macos-notification-state": "github:nbashkankov/macos-notification-state#fix-monterey-detect",
202 "node-mac-permissions": "github:codebytere/node-mac-permissions#e5519ad11e02768bfa2f6bbbdd74ff4030d5341d" 202 "node-mac-permissions": "2.2.1"
203 }, 203 },
204 "browserslist": [ 204 "browserslist": [
205 "last 2 Chrome versions" 205 "last 2 Chrome versions"