We currently have sort-package-json as a dependency to make sure that our package.json is sorted when we generate a new app:
https://github.com/ember-cli/ember-app-blueprint/blob/main/index.js#L27-L29
This is overkill to be done at runtime, we can just add a test that checks the package.json is always sorted so that we prevent merging a PR to this repo that would result in an unsorted package.json 👍
We currently have sort-package-json as a dependency to make sure that our package.json is sorted when we generate a new app:
https://github.com/ember-cli/ember-app-blueprint/blob/main/index.js#L27-L29
This is overkill to be done at runtime, we can just add a test that checks the package.json is always sorted so that we prevent merging a PR to this repo that would result in an unsorted package.json 👍