mirror of
https://github.com/nullnyat/NullcatChan.git
synced 2025-04-29 08:17:23 +09:00
clean up
This commit is contained in:
parent
48d8bb9dbe
commit
3d7e72f1ba
@ -13,7 +13,6 @@
|
||||
"@types/random-seed": "0.3.3",
|
||||
"@types/request-promise-native": "1.0.16",
|
||||
"@types/seedrandom": "2.4.28",
|
||||
"@types/tmp": "0.1.0",
|
||||
"@types/uuid": "3.4.4",
|
||||
"@types/ws": "6.0.1",
|
||||
"autobind-decorator": "2.4.0",
|
||||
@ -29,7 +28,6 @@
|
||||
"request-promise-native": "1.0.7",
|
||||
"seedrandom": "2.4.3",
|
||||
"timeout-as-promise": "1.0.0",
|
||||
"tmp": "0.1.0",
|
||||
"ts-node": "8.0.3",
|
||||
"typescript": "3.4.5",
|
||||
"uuid": "3.3.2",
|
||||
|
@ -1,8 +1,6 @@
|
||||
import * as fs from 'fs';
|
||||
import autobind from 'autobind-decorator';
|
||||
import Module from '../../module';
|
||||
import serifs from '../../serifs';
|
||||
import * as tmp from 'tmp';
|
||||
import { genMaze } from './gen-maze';
|
||||
import { renderMaze } from './render-maze';
|
||||
import Message from '../../message';
|
||||
|
Loading…
x
Reference in New Issue
Block a user