git ssb

0+

wanderer🌟 / js-primea-objects



Commit afef714fae2f6cadcc283ac4635d1c542ff5a971

yarn doesn't like https repos with a colon

Norton Wang committed on 3/30/2018, 5:13:32 PM
Parent: d4ea2056205053d87b9292887e92cbbed34aa315

Files changed

package.jsonchanged
package.jsonView
@@ -15,9 +15,9 @@
1515 ],
1616 "author": "mjbecze <mjbecze@gmail.com>",
1717 "license": "MPL-2.0",
1818 "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",
2020 "events": "^2.0.0",
2121 "safe-buffer": "^5.1.1"
2222 },
2323 "devDependencies": {

Built with git-ssb-web