You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.
When running capi sync --package-json package.json, any dependencies are added to the bottom of the dependencies {} block, this should be alphabetically instead.
When running
capi sync --package-json package.json
, any dependencies are added to the bottom of thedependencies {}
block, this should be alphabetically instead.Current:
Desired:
The text was updated successfully, but these errors were encountered: