gulp-task-listing
Advanced tools
Comparing version 1.0.1 to 1.1.0
@@ -36,3 +36,3 @@ /*jshint node:true */ | ||
return function(cb) { | ||
var tasks = Object.keys(gulp.tasks).sort(); | ||
var tasks = gulp.tasks ? Object.keys(gulp.tasks).sort() : gulp.tree().nodes.sort(); | ||
if(excludeFilter) { | ||
@@ -39,0 +39,0 @@ tasks = tasks.filter(function(task) { |
{ | ||
"name": "gulp-task-listing", | ||
"description": "Adds the ability to provide a task listing for your gulpfile", | ||
"version": "1.0.1", | ||
"version": "1.1.0", | ||
"homepage": "https://github.com/OverZealous/gulp-task-listing", | ||
@@ -6,0 +6,0 @@ "repository": { |
# gulp-task-listing | ||
[![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Support via Gratipay][gratipay-image]][gratipay-url] | ||
[![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] | ||
@@ -95,8 +95,2 @@ Provides an easy way to get a listing of your tasks from your gulpfile. By default, the output groups tasks based on whether or not they contain a hyphen (`-`), underscore (`_`), or colon (`:`) in their name. | ||
## Help Support This Project | ||
If you'd like to support this and other OverZealous Creations (Phil DeJarnett) projects, [donate via Gratipay][gratipay-url]! | ||
[![Support via Gratipay][gratipay-image]][gratipay-url] | ||
## License | ||
@@ -111,4 +105,1 @@ | ||
[travis-image]: https://secure.travis-ci.org/OverZealous/gulp-task-listing.png?branch=master | ||
[gratipay-url]: https://www.gratipay.com/OverZealous/ | ||
[gratipay-image]: https://img.shields.io/gratipay/OverZealous.svg |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5780
4
104