Skip to content

Commit

Permalink
Merge branch 'release-1.0.x' into release-2.0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
brennie committed Sep 18, 2018
2 parents 5cfbdb9 + fa08998 commit 0c45ea7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,11 +293,11 @@ class ListNodeDependenciesCommand(Command):
description = 'Generate a package.json that lists node.js dependencies'

user_options = [
('to-stdout', None,
(str('to-stdout'), None,
'Write to standard output instead of a package.json file.')
]

boolean_options = ['to-file']
boolean_options = [str('to-stdout')]

def initialize_options(self):
"""Set the command's option defaults."""
Expand Down

0 comments on commit 0c45ea7

Please sign in to comment.