grunt-contrib-outdated

0.0.1 • Public • Published

grunt-contrib-outdated

Grunt task to check for outdated NPM dependencies.

Install

  npm install --save-dev grunt-contrib-outdated

Usage

   grunt.initConfig({
     outdated: {
       dev: {
          options: {
            // Perform the check with devDependencies too.
            development: true
          }
        }
     }
  });
 
   grunt.loadNpmTasks('grunt-run-grunt');
   

TODO

  • Add more flags
  • Better error handling
  • Use NPM instead of spawn?

Readme

Keywords

none

Package Sidebar

Install

npm i grunt-contrib-outdated

Weekly Downloads

1

Version

0.0.1

License

MIT

Last publish

Collaborators

  • pose