poush / H2

Supporting light weight extensions for heavy task lifting
MIT License
16 stars 32 forks source link

Remove yarn files #35

Closed poush closed 5 years ago

poush commented 5 years ago

Currently, we are not using yarn as the main dependency manager so instead of keeping two lock files by npm and yarn both, we should keep only npm one for now until we decide to switch to yarn completely. Therefore, both yarn files need to be removed from the database and to be added into .gitignore.

TunedMidja commented 5 years ago

I'll fix this one.

poush commented 5 years ago

Sure