Elderjs / template

Elder.js template project. It is part template, part tutorial. Dive in!
https://elderjs.pages.dev/
MIT License
113 stars 32 forks source link

chore: remove lock files #21

Closed thisislawatts closed 4 years ago

thisislawatts commented 4 years ago

The yarn.lock and package-lock.json files are out of sync. This means depending on the tool used by the consumer a different set of dependencies will be installed.

The lock files also result in the template pinning to a specific version of @elder/elderjs. Currently this is two minor releases behind the latest version. Is that a deliberate decision? It seems that rather than requiring manual updates to this template repo we should defer to the package manager to install the latest version specified by the package.json semver declaration.