diff options
| author | James Barnett <noreply@jamesbarnett.xyz> | 2018-02-17 18:29:47 +0000 |
|---|---|---|
| committer | James Barnett <noreply@jamesbarnett.xyz> | 2018-02-17 18:29:47 +0000 |
| commit | 0c0fdc4e61d07d8883c382a4dd9d1afaa1874c33 (patch) | |
| tree | 9efd7daa43887317ca0f696806bd7c5427242752 /package.json | |
| parent | 2327e4e536e3be29ffd7af54ebba6ae24265c692 (diff) | |
| download | sql-plus-plus-0c0fdc4e61d07d8883c382a4dd9d1afaa1874c33.tar.xz sql-plus-plus-0c0fdc4e61d07d8883c382a4dd9d1afaa1874c33.zip | |
Add instance IDs to allow IPC message routing
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 f0ab1d3..5f05487 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,7 @@ "split.js": "1.3.5", "jquery-ui": "1.12.1", "jquery.tabulator": "3.4.2", - "electron-tabs": "0.9.0" + "electron-tabs": "0.9.0", + "uuid": "3.2.1" } } |