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
When updating the dependencies in package.json they're added at the end of the dependencies key rather than inserted in alphabetical order like npm install or yarn add would. We should imitate package manager behavior.
The text was updated successfully, but these errors were encountered:
When updating the dependencies in
package.json
they're added at the end of thedependencies
key rather than inserted in alphabetical order likenpm install
oryarn add
would. We should imitate package manager behavior.The text was updated successfully, but these errors were encountered: