feat(update): update everything to new versions

This commit is contained in:
Alexey Kasyanchuk
2021-01-06 02:38:15 +03:00
parent 894391542a
commit 95fc935438
7 changed files with 5415 additions and 3028 deletions

View File

@ -1,6 +1,6 @@
import { assert, expect } from "chai";
const asyncWait = require('../src/background/asyncWait')
const md5 = require('md5-file/promise')
const md5 = require('md5-file')
const config = require('../src/background/config')
const fs = require('fs')