diff options
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" } } |