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
I think we need to pretty-print (with newlines and indents) this so it looks like a normal package.json. e.g. with JSON.stringify(packageJsonObject, undefined, 2) or something equivalent.
The text was updated successfully, but these errors were encountered:
I think we need to pretty-print (with newlines and indents) this so it looks like a normal package.json. e.g. with
JSON.stringify(packageJsonObject, undefined, 2)
or something equivalent.The text was updated successfully, but these errors were encountered: