grunt-drupal-tasks
grunt-drupal-tasks copied to clipboard
Switch to npm v5 minimum
Once we are on Node 8 as minimum, let's go ahead and mandate npm v5. This will allow us to use package-lock.json, which is nicer than shrinkwrap.
- Add this min version to the package.json engines.
- Check out greenkeeper integration