0

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 ?

Community
  • 1
  • 1
Стас Рябцев
  • 1,318
  • 4
  • 19
  • 36

1 Answers1

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