Commit ccf8f0f9324db6b24936206bd97e1f8554e7dacb
Replace : with / in git+https url
Paul H. Liu committed on 3/23/2018, 6:30:38 PMParent: 7d2fb1b88765a853b144d023ce7ba92ec815ab1c
Files changed
package.json | changed |
package.json | ||
---|---|---|
@@ -26,9 +26,9 @@ | ||
26 | 26 | "standard": "^11.0.1", |
27 | 27 | "tape": "^4.6.3" |
28 | 28 | }, |
29 | 29 | "dependencies": { |
30 | - "borc": "git+https://github.com:dignifiedquire/borc.git#fix/nested-array", | |
30 | + "borc": "git+https://github.com/dignifiedquire/borc.git#fix/nested-array", | |
31 | 31 | "ipld-graph-builder": "^1.3.8", |
32 | 32 | "text-encoding": "^0.6.4", |
33 | 33 | "uint1array": "^1.0.5" |
34 | 34 | }, |
Built with git-ssb-web