Skip to content
  • Dan Poltawski's avatar
    2ce91090
    MDL-55048 grunt/npm: Update dependencies · 2ce91090
    Dan Poltawski authored
    * We bump our minimum node version up to >=4. Although this isn't yet
      necessarily *required* it was spurred on because grunt dropped support
      for very early node versions and so it's likely some devs will have to
      upgrade their npm.
    
      We do it now which gives us more flexibility for tools going forward
      (especially for things like new theme/testing). And node has matured
      the ecosystem (especially supporting properly semver) so should result
      in less edge cases.
    
    * We make the minimum node version explicit in package.json. Though it
      doesn't help much for older versions of node because npm doesn't
      have the functionality to warn about it.. ;-)
    
    * Left async dependency as it was, because it's only on an RC: 2.0.0-rc.6
    2ce91090
    MDL-55048 grunt/npm: Update dependencies
    Dan Poltawski authored
    * We bump our minimum node version up to >=4. Although this isn't yet
      necessarily *required* it was spurred on because grunt dropped support
      for very early node versions and so it's likely some devs will have to
      upgrade their npm.
    
      We do it now which gives us more flexibility for tools going forward
      (especially for things like new theme/testing). And node has matured
      the ecosystem (especially supporting properly semver) so should result
      in less edge cases.
    
    * We make the minimum node version explicit in package.json. Though it
      doesn't help much for older versions of node because npm doesn't
      have the functionality to warn about it.. ;-)
    
    * Left async dependency as it was, because it's only on an RC: 2.0.0-rc.6
Loading