orbitdb-archive / ipfs-log

Append-only log CRDT on IPFS
https://orbitdb.github.io/ipfs-log/
MIT License
398 stars 55 forks source link

Time to remove `lib/es5`? #333

Closed aphelionz closed 1 year ago

aphelionz commented 3 years ago

What do we think

haadcode commented 3 years ago

I think so, yeah 👍

It was added back in the day, when es5->es6 transition was still happening. We're past that.

aphelionz commented 3 years ago

Awesome

CSDUMMI commented 3 years ago

If this is truely the case, then my PR is not necessary right?

What are the steps necessary to remove lib/es5?

aphelionz commented 3 years ago

They are generated via a build step inside package.json. Removing that and the lib/es5 folder itself should be sufficient.

haadcode commented 1 year ago

This was done in #363