Skip to content

v2.0.0

Choose a tag to compare

@tandrewnichols tandrewnichols released this 05 Sep 04:53
· 40 commits to master since this release

This release includes the following enhancements:

  • Finds the dependent root in a more reliable way
  • Doesn't try to keep going if the dependent's package.json cannot be loaded
  • Allows the plugin source to be set with a string ("dependencies") in addition to the configuration options
  • Changes "production" and "development" to "dependencies" and "devDependencies" in the configuration object
  • Adds includes and excludes options
  • Adds a pattern option to specify what a grunt plugin name looks like
  • Adds a tasks option to specify which directories to load tasks from