Fix npm jank

This commit is contained in:
Calvin Montgomery 2020-10-23 11:51:59 -07:00
parent 801e54afa2
commit 3f9a0aaf05
9 changed files with 24 additions and 18 deletions

View file

@ -1,7 +1,7 @@
import { Summary } from 'prom-client';
import { createMySQLDuplicateKeyUpdate } from '../util/on-duplicate-key-update';
const Media = require('cytube-mediaquery/lib/media');
const Media = require('@cytube/mediaquery/lib/media');
const LOGGER = require('@calzoneman/jsli')('metadata-cache');
// TODO: these fullname-vs-shortcode hacks really need to be abolished