CartoDB / toolkit

JS library to interact with CARTO APIs in a simple way
https://toolkit-wheat.now.sh
BSD 3-Clause "New" or "Revised" License
9 stars 3 forks source link

Remove package-lock from packages + fix hoisting warnings #87

Closed VictorVelarde closed 4 years ago

VictorVelarde commented 4 years ago

I have removed again package-lock files from packages (added them to .gitignore too) as we did in https://github.com/CartoDB/toolkit/pull/54

I also removed some dependency warnings detected on lerna hoisting, as different versions of webpack were declared in some packages.

Applying the process from scratch, also reorders the packages by name in the package.json files, which is nice.

VictorVelarde commented 4 years ago

To be merged after #75