• 
      

    Add a setup command to generate package.json

    Review Request #8787 — Created Feb. 28, 2017 and submitted

    Information

    Review Board
    release-2.0.x
    c18aba8...

    Reviewers

    Running setup.py list_node_deps will now generate a package.json that
    lists all the node.js dependencies of the project.

    • Ran setup.py list_node_deps and saw expected output.
    • Ran setup.py install_node_deps and it succeeded.
    Description From Last Updated

    'is_release' imported but unused

    reviewbotreviewbot
    reviewbot
    1. Tool: Pyflakes
      Processed Files:
          setup.py
      
      
      
      Tool: PEP8 Style Checker
      Processed Files:
          setup.py
      
      
    2. setup.py (Diff revision 1)
       
       
      Show all issues
       'is_release' imported but unused
      
    3. 
        
    chipx86
    1. Once Review Bot is happy, I'm happy. (I know that was from before your change, though.)

    2. 
        
    brennie
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to release-2.0.x (7f68a00)