cli
cli copied to clipboard
Decouple hanami-assets version in generated `package.json` from current Hanami::VERSION
Right now, bumping hanami e.g. from 2.2.0 to 2.2.1 will require a hanami-assets 2.2.1 version to exist in npm as well. This coupling is unhelpful and gets in the way of us making easy patch releases of hanami. We should decouple these things.