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

Fixing spacing when initializing component package #546

Merged
merged 1 commit into from
Jul 14, 2017
Merged

Conversation

nickbalestra
Copy link
Contributor

Fixes #543

Copy link
Member

@mattiaerre mattiaerre left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

over to you @nickbalestra

@@ -57,7 +57,7 @@ module.exports = function() {
name: componentName
});

fs.outputJsonSync(componentPath, component);
fs.outputJsonSync(componentPath, component, { spaces: ' ' });
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes \n is automatically done when you specify spaces.

@matteofigus matteofigus merged commit c3b263a into master Jul 14, 2017
@matteofigus matteofigus deleted the 543 branch July 14, 2017 13:38
@mattiaerre
Copy link
Member

didn't wait for my approval ... 😢
but thanks for fixing this 👍

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.

3 participants