moves ipfs and the others to peerDependencies as "*" and to devDependencies with tagged versions
Removes the ****down implementations since it seems like the leveldown standard was largely abandoned and LevelDB is really the only thing that uses leveldown. Either that or people havent updated their libraries.
After this I'll have to modify the myriad orbitdb org repos to include ipfs etc as devDependencies and move the implementations/* code back to either orbit-db-storage-adapter and/or orbit-db-keystore and orbit-db-cache
This pr:
ipfs
and the others to peerDependencies as"*"
and to devDependencies with tagged versionsAfter this I'll have to modify the myriad
orbitdb
org repos to includeipfs
etc as devDependencies and move theimplementations/*
code back to eitherorbit-db-storage-adapter
and/ororbit-db-keystore
andorbit-db-cache
Fixes #4