Upgrade dependencies

This commit is contained in:
Chocobozzz 2018-06-19 10:45:33 +02:00
parent c305467cd7
commit 3aa5cea8fe
No known key found for this signature in database
GPG key ID: 583A612D890159BE
3 changed files with 464 additions and 370 deletions

View file

@ -1,7 +1,4 @@
import * as program from 'commander'
import { createReadStream } from 'fs'
import { join } from 'path'
import { createInterface } from 'readline'
import { VideoModel } from '../server/models/video/video'
import { initDatabaseModels } from '../server/initializers'
import { JobQueue } from '../server/lib/job-queue'