Skip to content
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.

Commit

Permalink
use beeper module which checks TTY and adheres to --no-beep flag
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Dec 1, 2014
1 parent 5ffb34b commit f2b2493
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = {
log: require('./lib/log'),
template: require('./lib/template'),
env: require('./lib/env'),
beep: require('./lib/beep'),
beep: require('beeper'),
noop: require('./lib/noop'),
isStream: require('./lib/isStream'),
isBuffer: require('./lib/isBuffer'),
Expand All @@ -15,4 +15,4 @@ module.exports = {
combine: require('./lib/combine'),
buffer: require('./lib/buffer'),
PluginError: require('./lib/PluginError')
};
};
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"repository": "wearefractal/gulp-util",
"author": "Fractal <contact@wearefractal.com> (http://wearefractal.com/)",
"dependencies": {
"beeper": "^1.0.0",
"chalk": "^0.5.1",
"dateformat": "^1.0.7-1.2.3",
"lodash": "^2.4.1",
Expand Down

0 comments on commit f2b2493

Please sign in to comment.