Skip to content
Snippets Groups Projects
  • Ray Schamp's avatar
    3afb1340
    Use large range on true "dev" dependencies (#114) · 3afb1340
    Ray Schamp authored
    * Remove unnecessary dev dependencies
    
    * Use large range on true "dev" dependencies
    
    The exact versions of these dependencies are not important for building, so give them large ranges in order to quiet down greenkeeper.
    
    I did not split them between dependencies and devDependencies because a package's dependencies are installed whenever the package is installed as a dependency. Installing all of these would be obnoxious and unnecessary.
    3afb1340
    History
    Use large range on true "dev" dependencies (#114)
    Ray Schamp authored
    * Remove unnecessary dev dependencies
    
    * Use large range on true "dev" dependencies
    
    The exact versions of these dependencies are not important for building, so give them large ranges in order to quiet down greenkeeper.
    
    I did not split them between dependencies and devDependencies because a package's dependencies are installed whenever the package is installed as a dependency. Installing all of these would be obnoxious and unnecessary.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
This project manages its dependencies using npm. Learn more