For some reason, in the package.json, code is replaced with exactly the same, although there were no changes in it.
What could be the reason ?
Asked
Active
Viewed 146 times
0

Community
- 1
- 1

Стас Рябцев
- 1,318
- 4
- 19
- 36
-
https://stackoverflow.com/questions/38953302/npm-package-json-formatted-in-one-line sorry for duplicate – Стас Рябцев Aug 03 '19 at 20:01
1 Answers
0
There's only a single line number there. Either the JSON was wrapped on a single line and it's being pretty-printed by the web interface, or the line endings (\n
vs \r
vs \r\n
) was changed (and is not being picked up as new lines by the web interface).

MatsLindh
- 49,529
- 4
- 53
- 84