mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 09:31:41 -05:00
Fix some more module interop stuff
This commit is contained in:
parent
f5359f3370
commit
1501ea4513
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
* Background functions for the native messenger interface
|
||||
*/
|
||||
|
||||
import * as semverCompare from "semver-compare"
|
||||
import semverCompare from "semver-compare"
|
||||
import * as config from "@src/lib/config"
|
||||
import { browserBg, getContext } from "@src/lib/webext"
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
*/
|
||||
|
||||
import Parser from "rss-parser"
|
||||
import * as SemverCompare from "semver-compare"
|
||||
import SemverCompare from "semver-compare"
|
||||
import * as Config from "@src/lib/config"
|
||||
import * as Logging from "@src/lib/logging"
|
||||
import { getTriVersion } from "@src/lib/webext"
|
||||
|
|
Loading…
Add table
Reference in a new issue