forked from FoundKeyGang/FoundKey
✌️
This commit is contained in:
parent
8e11e2e3fc
commit
57052013bb
2 changed files with 2 additions and 3 deletions
|
@ -89,7 +89,7 @@
|
|||
"autwh": "0.1.0",
|
||||
"bcryptjs": "2.4.3",
|
||||
"bootstrap-vue": "2.0.0-rc.11",
|
||||
"cafy": "11.2.0",
|
||||
"cafy": "11.3.0",
|
||||
"chalk": "2.4.1",
|
||||
"crc-32": "1.2.0",
|
||||
"css-loader": "1.0.0",
|
||||
|
|
|
@ -7,10 +7,9 @@ import * as path from 'path';
|
|||
import ms = require('ms');
|
||||
import * as Router from 'koa-router';
|
||||
import * as send from 'koa-send';
|
||||
import { Context } from 'cafy';
|
||||
import { Context, ObjectContext } from 'cafy';
|
||||
import * as glob from 'glob';
|
||||
import * as yaml from 'js-yaml';
|
||||
import ObjectContext from 'cafy/built/types/object';
|
||||
import config from '../../config';
|
||||
import I18n from '../../misc/i18n';
|
||||
import { fa } from '../../misc/fa';
|
||||
|
|
Loading…
Reference in a new issue