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

Syntax error in example bower.json #707

Closed
claudiopro opened this issue Aug 14, 2014 · 1 comment
Closed

Syntax error in example bower.json #707

claudiopro opened this issue Aug 14, 2014 · 1 comment

Comments

@claudiopro
Copy link

There's a syntax error in the bower.json snippet in the Install with Bower section of the docs. If you copy / paste the example:

{
  "name": "my-project",
  "version": "0.0.0",
  "dependencies": {
    "polymer": "Polymer/polymer#~0.3.5", //<-- trailing comma
  }
}

Bower will throw an error:

$ bower install --save
bower                       EMALFORMED Failed to read bower.json

Additional error details:
Unexpected token }
@tjsavage
Copy link
Contributor

auto-moving this issue to Polymer/old-docs-site#602 and closing this one

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

No branches or pull requests

2 participants