-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
bower.json is not valid JSON #11364
Comments
Hi @yuriiz, thanks for reporting this. Did this break the install for you? |
Please see https://github.com/zurb/foundation-sites/blob/support/6.5/bower.json, so this is already addressed in 6.5.0 RC1 |
https://github.com/zurb/foundation-sites/blob/support/6.5/bower.json is 10 days ago. |
Changes were introduced in foundation#11350 Closes foundation#11364
Sorry, my bad. My JS lint configuration require a leading Fixed in #11367 |
Wasn't this already done in support/6.5 @ncoden? And I guess you mean trailing. |
fix: fix Bower file invalid JSON #11364
…4 for v6.5.0 a43e20b fix: fix Bower file invalid JSON foundation#11364 Signed-off-by: Nicolas Coden <[email protected]>
…4 for v6.5.0 a43e20b fix: fix Bower file invalid JSON foundation#11364 Signed-off-by: Nicolas Coden <[email protected]>
https://github.com/zurb/foundation-sites/blob/develop/bower.json in develop branch as of today is not a valid JSON file. There is a syntax error at line #19:
Unlike Javascript, in JSON there can be no comma before
]
.The text was updated successfully, but these errors were encountered: