electron-settings
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -213,3 +213,3 @@ /** | ||
_setupInternalEventBindings() { | ||
this.on(Settings.Events.CREATE, this._onCreated); | ||
this.on(Settings.Events.CREATE, this._onCreate); | ||
this.on(Settings.Events.CHANGE, this._onChange); | ||
@@ -216,0 +216,0 @@ this.on(Settings.Events.SAVE, this._onSave); |
{ | ||
"name": "electron-settings", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "User settings manager for Electron", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
51888