gulp-task-listing
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "gulp-task-listing", | ||
"description": "Adds the ability to provide a task listing for your gulpfile", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"homepage": "https://github.com/OverZealous/gulp-task-listing", | ||
@@ -35,8 +35,3 @@ "repository": { | ||
}, | ||
"licenses": [ | ||
{ | ||
"type": "MIT", | ||
"url": "http://github.com/OverZealous/gulp-task-listing/raw/master/LICENSE" | ||
} | ||
], | ||
"licenses": "MIT", | ||
"bugs": { | ||
@@ -43,0 +38,0 @@ "url": "https://github.com/OverZealous/gulp-task-listing/issues" |
# gulp-task-listing | ||
[![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] | ||
[![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Support via Gratipay][gratipay-image]][gratipay-url] | ||
@@ -97,5 +97,5 @@ 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. | ||
If you'd like to support this and other OverZealous Creations (Phil DeJarnett) projects, [donate via Gittip][gittip-url]! | ||
If you'd like to support this and other OverZealous Creations (Phil DeJarnett) projects, [donate via Gratipay][gratipay-url]! | ||
[![Support via Gittip][gittip-image]][gittip-url] | ||
[![Support via Gratipay][gratipay-image]][gratipay-url] | ||
@@ -112,3 +112,3 @@ ## License | ||
[gittip-url]: https://www.gittip.com/OverZealous/ | ||
[gittip-image]: https://raw2.github.com/OverZealous/gittip-badge/0.1.2/dist/gittip.png | ||
[gratipay-url]: https://www.gratipay.com/OverZealous/ | ||
[gratipay-image]: https://img.shields.io/gratipay/OverZealous.svg |
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
6234