diff options
| author | Erik Larkö <erik@mullvad.net> | 2018-03-09 12:45:55 +0100 |
|---|---|---|
| committer | Erik Larkö <erik@mullvad.net> | 2018-03-09 12:45:55 +0100 |
| commit | 31719e7e4800b1cc5f4c60cb901d4dae283b22d5 (patch) | |
| tree | cc5ab7334a0e8abec2673882ef1b661814706cf1 | |
| parent | 2e13fd124402fdca056f36db2a7560f66552a585 (diff) | |
| parent | 87070cba9574216077cc74caf0145ad2194738a1 (diff) | |
| download | mullvadvpn-31719e7e4800b1cc5f4c60cb901d4dae283b22d5.tar.xz mullvadvpn-31719e7e4800b1cc5f4c60cb901d4dae283b22d5.zip | |
Merge branch 'forks-on-mullvad-org'
| -rw-r--r-- | package.json | 6 | ||||
| -rw-r--r-- | yarn.lock | 12 |
2 files changed, 9 insertions, 9 deletions
diff --git a/package.json b/package.json index 7639f1254e..07a4298d18 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "babel-runtime": "^6.22.0", "d3-geo-projection": "^2.3.2", "electron-log": "^2.2.8", - "electron-sudo": "https://github.com/eriklarko/electron-sudo.git", + "electron-sudo": "https://github.com/mullvad/electron-sudo.git", "history": "^4.6.1", "jsonrpc-lite": "^1.2.3", "mkdirp": "^0.5.1", @@ -35,8 +35,8 @@ "validated": "^1.1.0" }, "optionalDependencies": { - "nseventmonitor": "git+https://github.com/pronebird/NSEventMonitor.git#0.0.6", - "windows-security": "git+https://github.com/pronebird/windows-security.git#0.0.1" + "nseventmonitor": "git+https://github.com/mullvad/NSEventMonitor.git#0.0.6", + "windows-security": "git+https://github.com/mullvad/windows-security.git#0.0.1" }, "devDependencies": { "babel-cli": "^6.22.2", @@ -2771,9 +2771,9 @@ electron-publish@19.55.2: fs-extra-p "^4.5.0" mime "^2.2.0" -"electron-sudo@https://github.com/eriklarko/electron-sudo.git": +"electron-sudo@https://github.com/mullvad/electron-sudo.git": version "4.0.12" - resolved "https://github.com/eriklarko/electron-sudo.git#f71134f86541b15359f4813715d721818fb2b1f4" + resolved "https://github.com/mullvad/electron-sudo.git#f71134f86541b15359f4813715d721818fb2b1f4" dependencies: babel-runtime "^6.18.0" bluebird "^3.4.6" @@ -5526,9 +5526,9 @@ npmlog@^4.0.2: gauge "~2.7.3" set-blocking "~2.0.0" -"nseventmonitor@git+https://github.com/pronebird/NSEventMonitor.git#0.0.6": +"nseventmonitor@git+https://github.com/mullvad/NSEventMonitor.git#0.0.6": version "0.0.6" - resolved "git+https://github.com/pronebird/NSEventMonitor.git#a67e14daa07e14577595e34aad2be81182c3f4f0" + resolved "git+https://github.com/mullvad/NSEventMonitor.git#a67e14daa07e14577595e34aad2be81182c3f4f0" dependencies: bindings "^1.2.1" @@ -8083,9 +8083,9 @@ window-size@^0.2.0: version "0.2.0" resolved "https://registry.yarnpkg.com/window-size/-/window-size-0.2.0.tgz#b4315bb4214a3d7058ebeee892e13fa24d98b075" -"windows-security@git+https://github.com/pronebird/windows-security.git#0.0.1": +"windows-security@git+https://github.com/mullvad/windows-security.git#0.0.1": version "0.0.1" - resolved "git+https://github.com/pronebird/windows-security.git#c6f62c0bc3f34f473f22f778b96ab3c1371809f5" + resolved "git+https://github.com/mullvad/windows-security.git#c6f62c0bc3f34f473f22f778b96ab3c1371809f5" dependencies: bindings "^1.3.0" |
