pickware / scs-commander

A CLI tool for managing plugins in the Shopware Community Store.
MIT License
13 stars 2 forks source link

Use >= compatibility for engines.node #46

Closed fixpunkt closed 2 years ago

fixpunkt commented 2 years ago

The engines.node specification in package.json should always use >= instead of ^ to enable automatic compatibility with new major versions of node. As node generally doesn't break source code compatibility with major versions, this is fine.

closes #45