mirror of
https://github.com/demostf/demo.js
synced 2026-06-04 00:54:14 +02:00
remove no longer needed dependency
This commit is contained in:
parent
edf3ed5479
commit
9ebc568392
2 changed files with 1 additions and 3 deletions
|
|
@ -9,8 +9,7 @@
|
|||
"dependencies": {
|
||||
"bit-buffer": "icewind1991/bit-buffer#typings",
|
||||
"clone": "^2.1.0",
|
||||
"minimist": "1.1.x",
|
||||
"typedarray-to-buffer": "^3.1.2"
|
||||
"minimist": "1.1.x"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^6.0.52",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
import toBuffer = require('typedarray-to-buffer');
|
||||
import {Packet} from './Parser/Message/Packet';
|
||||
import {ConsoleCmd} from './Parser/Message/ConsoleCmd';
|
||||
import {StringTable} from './Parser/Message/StringTable';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue