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

Why is the "name" property required for a private bower.json? #160

Closed
JoshMcCullough opened this issue Jul 12, 2015 · 2 comments
Closed

Comments

@JoshMcCullough
Copy link

Running bower install using the following bower.json gives me the error "No name property set". I'm wondering why it's required if it's marked private?

{
  "private": true,
  "dependencies": {
    "bootstrap": "~3.3.5",
    "jquery-validate": "~1.14.0",
    "jquery": "~2.1.4"
  }
}
@dejvo
Copy link

dejvo commented Feb 9, 2016

It is discussed in bower/spec#22

@codewithtyler
Copy link
Collaborator

Per @dejvo's comment this issue is part of the bower spec. Any further discussion should be done via the link provided above.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants