Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 767 Bytes

File metadata and controls

25 lines (17 loc) · 767 Bytes


grunt-check-outdated

Package interface of grunt-check-outdated
All static members of this module are available for 3rd party access.


grunt-check-outdated.registerMultiTask(grunt)

Register a multitask for check_outdated.

This function forwards to tasks.registerMultiTask() and is the main entry point for integrating the plugin into a Gruntfile.

This is a re-export of function registerMultiTask published by module tasks

Param Type Description
grunt grunt The Grunt runtime instance.