hadron-auto-update-manager
Advanced tools
Comparing version 0.0.12 to 0.0.13
@@ -193,3 +193,3 @@ 'use strict'; | ||
debug('state is now', state); | ||
return this.emit('state-changed', this.state); | ||
this.emit('state-changed', this.state); | ||
}; | ||
@@ -210,3 +210,3 @@ | ||
title: 'No Update Available', | ||
detail: 'You\'re running the latest version of N1 (' + this.version + ').' | ||
detail: 'You\'re running the latest version of ' + app.getName() + ' (' + this.version + ').' | ||
}); | ||
@@ -213,0 +213,0 @@ }; |
{ | ||
"name": "hadron-auto-update-manager", | ||
"description": "Atoms AutoUpdateManager class as a standalone module.", | ||
"version": "0.0.12", | ||
"version": "0.0.13", | ||
"scripts": { | ||
@@ -6,0 +6,0 @@ "fmt": "mongodb-js-fmt", |
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
20799