Comparing version 0.0.2 to 0.0.3
@@ -12,4 +12,4 @@ /* | ||
module.exports = function(pipe) { | ||
pipe = pipe || require('process').stdout.write; | ||
pipe = pipe || process.stdout.write; | ||
return pipe('\x07'); | ||
} | ||
}; |
{ | ||
"name": "bleep", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "A module to make the terminal bleep.", | ||
@@ -14,3 +14,3 @@ "homepage": "https://github.com/danielchatfield/node-bleep", | ||
"type": "git", | ||
"url": "https://github.com/danielchatfield/bleep" | ||
"url": "https://github.com/danielchatfield/node-bleep" | ||
}, | ||
@@ -24,5 +24,4 @@ "licenses": [ | ||
"grunt-contrib-jshint": "~0.6.0", | ||
"grunt-contrib-nodeunit": "~0.2.0", | ||
"grunt-contrib-watch": "~0.5.0" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
# bleep [![Build Status](https://secure.travis-ci.org/danielchatfield/node-bleep.png?branch=master)](http://travis-ci.org/danielchatfield/bleep) [![Dependency Status](https://david-dm.org/danielchatfield/node-bleep.png)](https://david-dm.org/danielchatfield/node-bleep) | ||
# bleep [![Build Status](https://secure.travis-ci.org/danielchatfield/node-bleep.png?branch=master)](http://travis-ci.org/danielchatfield/node-bleep) [![Dependency Status](https://david-dm.org/danielchatfield/node-bleep.png)](https://david-dm.org/danielchatfield/node-bleep) | ||
@@ -3,0 +3,0 @@ A module to make the terminal bleep. |
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
2
3417