-
Notifications
You must be signed in to change notification settings - Fork 200
Adds support for npm to polymer install.
#145
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
Changes from all commits
7454dca
3439242
059521b
b6b2354
b8ba2c2
db10a0c
58b7467
6d3357f
76b2aad
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -91,8 +91,9 @@ export const args: ArgDescriptor[] = [ | |
| }, | ||
| { | ||
| name: 'npm', | ||
| description: 'Sets npm mode: component directory is "node_modules" and ' + | ||
| 'the package name is read from package.json', | ||
| description: 'Sets npm mode: dependencies are installed from npm, ' + | ||
| 'component directory is "node_modules" and the package name is read ' + | ||
| 'from package.json', | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'm starting to think that the
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yeah, I think we need to do some unification to the way we handle options/config in the CLI |
||
| type: Boolean, | ||
| }, | ||
| { | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should really do this in a unified place