Change package from ts-ebml to ebml
Uses newer sublibraries. This fixes npm audit problem, issue #99.
This commit is contained in:
parent
910790e98e
commit
7cc51f22bc
3 changed files with 2667 additions and 2769 deletions
|
|
@ -147,7 +147,7 @@ import util from "../plugins/utils";
|
|||
import VoiceRecorderLock from "./VoiceRecorderLock";
|
||||
require("md-gum-polyfill");
|
||||
import RecordRTC from "recordrtc";
|
||||
import {Decoder, tools, Reader} from 'ts-ebml';
|
||||
import {Decoder, tools, Reader} from 'ebml';
|
||||
|
||||
export default {
|
||||
name: "VoiceRecorder",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue