diff options
| author | James Barnett <noreply@jamesbarnett.xyz> | 2018-02-17 18:03:34 +0000 |
|---|---|---|
| committer | James Barnett <noreply@jamesbarnett.xyz> | 2018-02-17 18:03:34 +0000 |
| commit | 2327e4e536e3be29ffd7af54ebba6ae24265c692 (patch) | |
| tree | 1441aaa24076633c08fa05da4f17f202e6301af7 /package.json | |
| parent | 6e21916395fac6861783c2b930b47242ac0f4c09 (diff) | |
| download | sql-plus-plus-2327e4e536e3be29ffd7af54ebba6ae24265c692.tar.xz sql-plus-plus-2327e4e536e3be29ffd7af54ebba6ae24265c692.zip | |
WIP - Add basic unstyled static tabs. IPC needs work
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 ae1958c..f0ab1d3 100644 --- a/package.json +++ b/package.json @@ -16,6 +16,7 @@ "pg": "7.4.1", "split.js": "1.3.5", "jquery-ui": "1.12.1", - "jquery.tabulator": "3.4.2" + "jquery.tabulator": "3.4.2", + "electron-tabs": "0.9.0" } } |