point to a forked npm package (for now), to avoid the npm install issues some users are reporting

This commit is contained in:
Iuri Matias 2018-06-13 09:05:51 -04:00
parent 735e72703b
commit e8b11d9841
2 changed files with 5 additions and 3 deletions

6
package-lock.json generated
View File

@ -7106,8 +7106,10 @@
} }
} }
}, },
"live-plugin-manager": { "live-plugin-manager-git-fix": {
"version": "git+https://github.com/iurimatias/live-plugin-manager.git#b494a103a84733611c7d921bd0e8c6d699b33c5a", "version": "0.12.0",
"resolved": "https://registry.npmjs.org/live-plugin-manager-git-fix/-/live-plugin-manager-git-fix-0.12.0.tgz",
"integrity": "sha512-2T5XLjlzPfbvAO1d4U2QvcG/YEewWTqG4GEX5GNQB3rEuHQ/YA3ChwylBbEIC/7Ase4h0vpRER60PJHgjn8/3A==",
"requires": { "requires": {
"@types/debug": "0.0.30", "@types/debug": "0.0.30",
"@types/fs-extra": "5.0.2", "@types/fs-extra": "5.0.2",

View File

@ -53,7 +53,7 @@
"http-shutdown": "^1.2.0", "http-shutdown": "^1.2.0",
"i18n": "^0.8.3", "i18n": "^0.8.3",
"ipfs-api": "17.2.4", "ipfs-api": "17.2.4",
"live-plugin-manager": "https://github.com/iurimatias/live-plugin-manager.git", "live-plugin-manager-git-fix": "^0.12.0",
"merge": "^1.2.0", "merge": "^1.2.0",
"node-http-proxy": "^0.2.3", "node-http-proxy": "^0.2.3",
"node-ipc": "^9.1.1", "node-ipc": "^9.1.1",