aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorJames Barnett <noreply@jamesbarnett.xyz>2018-02-17 18:29:47 +0000
committerJames Barnett <noreply@jamesbarnett.xyz>2018-02-17 18:29:47 +0000
commit0c0fdc4e61d07d8883c382a4dd9d1afaa1874c33 (patch)
tree9efd7daa43887317ca0f696806bd7c5427242752 /package.json
parent2327e4e536e3be29ffd7af54ebba6ae24265c692 (diff)
downloadsql-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.json3
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"
}
}