diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2021-01-25 15:37:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-25 15:37:41 +0100 |
commit | 2a6cf69cffb83d0fbd73c4a0aabbb94df47b06c8 (patch) | |
tree | 146d9993a7d29cb0d1f35779ac31fc770895e393 /package.json | |
parent | ab398a05e9ffaacb8fc713bb2ba9717ac463b34c (diff) | |
download | PeerTube-2a6cf69cffb83d0fbd73c4a0aabbb94df47b06c8.tar.gz PeerTube-2a6cf69cffb83d0fbd73c4a0aabbb94df47b06c8.tar.zst PeerTube-2a6cf69cffb83d0fbd73c4a0aabbb94df47b06c8.zip |
prettify SQL queries during debug (#3635)
* prettify SQL queries during debug
* Use sql-formatter
Co-authored-by: Chocobozzz <me@florianbigard.com>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 26ed6453f..ff03e2be9 100644 --- a/package.json +++ b/package.json | |||
@@ -147,6 +147,7 @@ | |||
147 | "sequelize-typescript": "^2.0.0-beta.1", | 147 | "sequelize-typescript": "^2.0.0-beta.1", |
148 | "sitemap": "^6.1.0", | 148 | "sitemap": "^6.1.0", |
149 | "socket.io": "^3.0.2", | 149 | "socket.io": "^3.0.2", |
150 | "sql-formatter": "^4.0.0-beta.0", | ||
150 | "srt-to-vtt": "^1.1.2", | 151 | "srt-to-vtt": "^1.1.2", |
151 | "tsconfig-paths": "^3.9.0", | 152 | "tsconfig-paths": "^3.9.0", |
152 | "tslib": "^2.0.0", | 153 | "tslib": "^2.0.0", |