gulp-notify
Advanced tools
Comparing version 0.3.4-1 to 0.3.4-2
{ | ||
"name": "gulp-notify", | ||
"version": "0.3.4-1", | ||
"description": "A plugin for Gulp to send messages to Mac Notification Center", | ||
"version": "0.3.4-2", | ||
"description": "A plugin for Gulp to send messages to Mac Notification Center or Linux' notify-send", | ||
"keywords": [ | ||
@@ -6,0 +6,0 @@ "gulpplugin", |
@@ -8,3 +8,3 @@ # gulp-notify [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][depstat-image]][depstat-url] | ||
| ------------- |--------------| | ||
| Description | Send messages to Mac Notification center using the [node-notifier](https://github.com/mikaelbr/node-notifier) module. Can also specify custom notifier (e.g. Growl notification). | | ||
| Description | Send messages to Mac Notification Center or Linux notifications (using `notify-send`) using the [node-notifier](https://github.com/mikaelbr/node-notifier) module. Can also specify custom notifier (e.g. Growl notification). | | ||
| Node Version | >= 0.8 | | ||
@@ -101,3 +101,3 @@ | ||
```sh | ||
```shell | ||
$ gulp --gulpfile examples/gulpfile.js --tasks | ||
@@ -116,3 +116,3 @@ [gulp] Using file /Users/example/gulp-notify/examples/gulpfile.js | ||
To run an example: | ||
```sh | ||
```shell | ||
$ gulp --gulpfile examples/gulpfile.js multiple | ||
@@ -119,0 +119,0 @@ [gulp] Using file /Users/example/gulp-notify/examples/gulpfile.js |
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
18090