Skip to content

Conversation

@HypeMC
Copy link
Member

@HypeMC HypeMC commented Apr 17, 2021

Currently, each time composer install is run, it changes the formatting of arrays keys in package.json:

{
-   "browserslist": [
-      "defaults"
-   ]
+   "browserslist": ["defaults"]
}

This is especially annoying since npm install actually reverts it to the previous formatting, so it's a constant "battle" between the two package managers.

@nicolas-grekas
Copy link
Member

Thank you @HypeMC.

@nicolas-grekas nicolas-grekas merged commit e09ea41 into symfony:main May 14, 2021
@HypeMC HypeMC deleted the browserlist-fix branch May 14, 2021 12:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants