Commit afef714fae2f6cadcc283ac4635d1c542ff5a971
yarn doesn't like https repos with a colon
Norton Wang committed on 3/30/2018, 5:13:32 PMParent: d4ea2056205053d87b9292887e92cbbed34aa315
Files changed
package.json | changed |
package.json | ||
---|---|---|
@@ -15,9 +15,9 @@ | ||
15 | 15 … | ], |
16 | 16 … | "author": "mjbecze <mjbecze@gmail.com>", |
17 | 17 … | "license": "MPL-2.0", |
18 | 18 … | "dependencies": { |
19 | - "borc": "git+https://github.com:dignifiedquire/borc.git#fix/nested-array", | |
19 … | + "borc": "git+https://github.com/dignifiedquire/borc.git#fix/nested-array", | |
20 | 20 … | "events": "^2.0.0", |
21 | 21 … | "safe-buffer": "^5.1.1" |
22 | 22 … | }, |
23 | 23 … | "devDependencies": { |
Built with git-ssb-web