webpack-build-notifier
Advanced tools
Comparing version 0.1.6 to 0.1.7
@@ -31,3 +31,3 @@ /** | ||
*/ | ||
this.sound = cfg.sound || 'Submarine'; | ||
this.sound = cfg.hasOwnProperty('sound') ? cfg.sound : 'Submarine'; | ||
/** | ||
@@ -131,2 +131,2 @@ * @cfg {Boolean} [suppressSuccess=false] | ||
module.exports = WebpackBuildNotifierPlugin; | ||
module.exports = WebpackBuildNotifierPlugin; |
{ | ||
"name": "webpack-build-notifier", | ||
"version": "0.1.6", | ||
"version": "0.1.7", | ||
"description": "A Webpack plugin that generates OS notifications for build steps using node-notifier.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -73,2 +73,7 @@ # webpack-build-notifier | ||
--------- | ||
#### 1.0.7 | ||
###### _January 18, 2016_ | ||
- Fixed *sound* configuration option to allow "false" value to disable sound. | ||
#### 1.0.6 | ||
@@ -75,0 +80,0 @@ ###### _December 17, 2015_ |
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
101903
119
81