gulp-notify
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -65,5 +65,6 @@ var es = require("event-stream"), | ||
if (err) stream.emit("error", err); | ||
}) | ||
}); | ||
lastFile = null; // reset | ||
stream.emit("end"); | ||
}); | ||
}; |
{ | ||
"name": "gulp-notify", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "A plugin for Gulp to send messages to Mac Notification Center", | ||
@@ -25,3 +25,3 @@ "keywords": [ | ||
"scripts": { | ||
"test": "mocha" | ||
"test": "mocha -R spec" | ||
}, | ||
@@ -28,0 +28,0 @@ "dependencies": { |
@@ -1,10 +0,12 @@ | ||
# gulp-notify [![NPM version][npm-image]][npm-url] [![Dependency Status][depstat-image]][depstat-url] | ||
# gulp-notify [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][depstat-image]][depstat-url] | ||
> notification plugin for [gulp](https://github.com/gulpjs/gulp) | ||
Use to 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). | ||
## Information | ||
| Package | gulp-notify | | ||
| ------------- |--------------| | ||
| 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). | | ||
| Node Version | >= 0.8 | | ||
**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 is required for this to run.** | ||
@@ -84,3 +86,6 @@ ## Usage | ||
[travis-url]: http://travis-ci.org/mikaelbr/gulp-notify | ||
[travis-image]: https://secure.travis-ci.org/mikaelbr/gulp-notify.png?branch=master | ||
[depstat-url]: https://david-dm.org/mikaelbr/gulp-notify | ||
[depstat-image]: https://david-dm.org/mikaelbr/gulp-notify.png |
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
13315
270
91