diff options
| author | James Barnett <noreply@jamesbarnett.xyz> | 2018-02-25 18:33:10 +0000 |
|---|---|---|
| committer | James Barnett <noreply@jamesbarnett.xyz> | 2018-02-25 18:33:10 +0000 |
| commit | 3d9f970ee7de61116150c3182bac134ef681b3d4 (patch) | |
| tree | 968e34586a57368c6a34753aaf77c50353a13975 /package.json | |
| parent | e561125e5be2c02095dfe8f4557f6b9a6676b588 (diff) | |
| download | sql-plus-plus-3d9f970ee7de61116150c3182bac134ef681b3d4.tar.xz sql-plus-plus-3d9f970ee7de61116150c3182bac134ef681b3d4.zip | |
Save connection config and restore on app start
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index 5dd96cb..d8fe84d 100644 --- a/package.json +++ b/package.json @@ -19,6 +19,7 @@ "jquery.tabulator": "3.4.2", "electron-tabs": "0.9.0", "uuid": "3.2.1", - "bulma": "0.6.2" + "bulma": "0.6.2", + "electron-store": "1.3.0" } } |