Skip to content
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

support for configurable line endings when writing config.js and package.json files #525

Merged
merged 2 commits into from
Feb 18, 2015

Conversation

bennage
Copy link

@bennage bennage commented Feb 18, 2015

The behavior of JSON.stringify on Windows with Node v0.10.35 is to use LF for print pretty format.
I had to work around that.

One side benefit, is that the logic for making the files print pretty is now consolidated. 😉

since `JSON.stringify` seems to use LF only for print pretty
guybedford added a commit that referenced this pull request Feb 18, 2015
support for configurable line endings when writing config.js and package.json files
@guybedford guybedford merged commit 5b39d95 into jspm:master Feb 18, 2015
@guybedford
Copy link
Member

Thanks, looks great.

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.

None yet

2 participants