diff options
author | Ajay <[email protected]> | 2023-02-14 01:42:25 -0500 |
---|---|---|
committer | Ajay <[email protected]> | 2023-02-14 01:42:25 -0500 |
commit | 1d0ac86e5af9ae44302651cef416c94e8da724a4 (patch) | |
tree | e6d269917bc7ec3c6e531688b4b7f555ede778fb /package.json | |
parent | 12c63b4ff92b82368df55f2c6a9d80b4b4ff608c (diff) | |
download | SponsorBlock-1d0ac86e5af9ae44302651cef416c94e8da724a4.tar.gz SponsorBlock-1d0ac86e5af9ae44302651cef416c94e8da724a4.zip |
Move get hash 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 2c5e666b..406a213e 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "", "main": "background.js", "dependencies": { - "@ajayyy/maze-utils": "^1.1.2", + "@ajayyy/maze-utils": "^1.1.3", "content-scripts-register-polyfill": "^4.0.2", "react": "^18.2.0", "react-dom": "^18.2.0" |