-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
yarn add <npm-package> rewrites bower.json even though nothing was added. #1193
Comments
If you have that file, what does Yarn do to it after you run |
Sorry hit enter too soon. I've edited it. {
"name": "patontheback",
"dependencies": {
"Faker": "3.1.0",
"animate.css": "3.5.2"
}
} |
I assume that it does the same thing to a |
@hawkrives Same thing happens with |
We've removed support for Bower, see #1441. |
Do you want to request a feature or report a bug?
bug
What is the current behavior?
If I have a
bower.json
that isn't ordered. Like:Then do:
It will rewrite
bower.json
into being ordered:What is the expected behavior?
If it's not doing stuff to bower.json it should probably just leave it alone.
Please mention your node.js, yarn and operating system version.
The text was updated successfully, but these errors were encountered: