ssbc / ssb-config

standard configuration for ssb
MIT License
23 stars 18 forks source link

Update ssb-keys to 8.2.0 #78

Closed staltz closed 2 years ago

staltz commented 2 years ago

Context: If I have both ssb-config and ssb-keys installed in my project as ssb-keys@8.2.0 then ssb-config will bring its own duplicate of ssb-keys as ssb-keys@7.1.4.

I would like to remove some of this duplicate code shipped to end-users, and the only function that ssb-config is using is loadOrCreateSync, which has not changed between those versions except for semicolons.

mixmix commented 2 years ago

Sounds great, approve