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

Remove BOM from package.json #28

Closed
wants to merge 1 commit into from
Closed

Remove BOM from package.json #28

wants to merge 1 commit into from

Conversation

mjonuschat
Copy link
Contributor

The BOM (Byte Order Marker) at the beginning of the package.json is not fully supported by npm and other tools. Webpack fails with an error: BowerComponents/lightcase/package.json (directory description file): SyntaxError: Unexpected token, npm itself has problems with install --save and update --save.

Depending on which way you look at the standards JSON with UTF-8 BOM isn't valid json either.

Since none of the other files in the repository have a BOM, remove it to avoid problems.

@cbopp-art
Copy link
Owner

Thank you, I'd like to merge your pull request into branch 2.1.x instead of master. Could you change the target merging branch accordingly?

@mjonuschat
Copy link
Contributor Author

new pull request for branch v2.1.x sent as #29

@mjonuschat mjonuschat closed this Sep 1, 2015
@mjonuschat mjonuschat deleted the patch-1 branch September 1, 2015 21:12
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.

2 participants