electron-settings
Advanced tools
Comparing version 3.0.13 to 3.0.14
@@ -43,3 +43,3 @@ /** | ||
/** | ||
* The absolute path to th user settings file. | ||
* The absolute path to the settings file. | ||
* | ||
@@ -46,0 +46,0 @@ * @type {string} |
{ | ||
"name": "electron-settings", | ||
"version": "3.0.13", | ||
"version": "3.0.14", | ||
"description": "A simple persistent user settings framework for Electron.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -14,3 +14,3 @@ electron-settings | ||
Also, you can [subscribe to properties](./wiki/API-documentation#watch) and get notified when their values change. So that's pretty nifty. | ||
Also, you can [subscribe to properties](https://github.com/nathanbuchar/electron-settings/wiki/API-documentation#watch) and get notified when their values change. So that's pretty nifty. | ||
@@ -17,0 +17,0 @@ <br/> |
19854