diff options
| author | James Barnett <noreply@jamesbarnett.xyz> | 2018-01-28 16:20:51 +0000 |
|---|---|---|
| committer | James Barnett <noreply@jamesbarnett.xyz> | 2018-01-28 16:20:51 +0000 |
| commit | 4d4df39b25f610476cc971cb0070a4f1b8fb17ae (patch) | |
| tree | cad43a398a04cecb4b9bc19dd28d5f89ba62a300 /package.json | |
| parent | 447f821d3ca49cc96da59858dbf8d73d895e7060 (diff) | |
| download | sql-plus-plus-4d4df39b25f610476cc971cb0070a4f1b8fb17ae.tar.xz sql-plus-plus-4d4df39b25f610476cc971cb0070a4f1b8fb17ae.zip | |
Add dark theme
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json index 29b0493..8a1c25e 100644 --- a/package.json +++ b/package.json @@ -10,11 +10,11 @@ "repository": "https://github.com/jamesbarnett91/sql-plus-plus", "license": "GPL-3.0", "devDependencies": { - "electron": "~1.7.8", "codemirror": "5.33.0", - "pg": "7.4.1", - "jquery": "3.3.1", "datatables": "1.10.13", + "electron": "~1.7.8", + "jquery": "3.3.1", + "pg": "7.4.1", "split.js": "1.3.5" } } |