diff options
author | Ajay <[email protected]> | 2023-02-14 01:20:46 -0500 |
---|---|---|
committer | Ajay <[email protected]> | 2023-02-14 01:20:46 -0500 |
commit | 8c994f362d729ac10c58d438b5f4faf492a7930e (patch) | |
tree | 35acf1db4b3fcc2cca59826f3662b5edd77f4bca /package.json | |
parent | 5ecb809c7331b3321cad15ca8acd1663a0933818 (diff) | |
download | SponsorBlock-8c994f362d729ac10c58d438b5f4faf492a7930e.tar.gz SponsorBlock-8c994f362d729ac10c58d438b5f4faf492a7930e.zip |
Move requesting logic to shared lib
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 4a9f3949..2c5e666b 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "", "main": "background.js", "dependencies": { - "@ajayyy/maze-utils": "^1.1.0", + "@ajayyy/maze-utils": "^1.1.2", "content-scripts-register-polyfill": "^4.0.2", "react": "^18.2.0", "react-dom": "^18.2.0" |