mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-19 06:29:03 +08:00
fix(proxyquire): Reference http url instead of https
This commit is contained in:
parent
ad2d2973cb
commit
5e42f57514
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@
|
||||||
"pathwatcher": "^4.4.0",
|
"pathwatcher": "^4.4.0",
|
||||||
"property-accessors": "^1",
|
"property-accessors": "^1",
|
||||||
"promise-queue": "2.1.1",
|
"promise-queue": "2.1.1",
|
||||||
"proxyquire": "git+https://github.com/bengotow/proxyquire",
|
"proxyquire": "git+http://github.com/bengotow/proxyquire",
|
||||||
"q": "^1.0.1",
|
"q": "^1.0.1",
|
||||||
"raven": "0.7.2",
|
"raven": "0.7.2",
|
||||||
"react": "^0.13.2",
|
"react": "^0.13.2",
|
||||||
|
|
Loading…
Reference in a new issue