gulp-notify
Advanced tools
Comparing version 0.3.2 to 0.3.3
{ | ||
"name": "gulp-notify", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"description": "A plugin for Gulp to send messages to Mac Notification Center", | ||
@@ -28,3 +28,3 @@ "keywords": [ | ||
"dependencies": { | ||
"node-notifier": "~1.1.0", | ||
"node-notifier": "~1.1.1", | ||
"through2": "~0.4.0", | ||
@@ -31,0 +31,0 @@ "gulp-util": "~2.2.12" |
@@ -11,3 +11,3 @@ # gulp-notify [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][depstat-image]][depstat-url] | ||
**Note: Without overriding the notifier, Mac OS X >= 10.8 is required for this to run.** | ||
**Note: Without overriding the notifier, Mac OS X >= 10.8 or as of v0.3.2, Linux with `notify-send` installaed is required for this to run.** | ||
@@ -14,0 +14,0 @@ ## Usage |
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
18012
- Removednode-notifier@1.1.0(transitive)
Updatednode-notifier@~1.1.1