diff options
author | Ajay <[email protected]> | 2023-05-09 22:12:15 -0400 |
---|---|---|
committer | Ajay <[email protected]> | 2023-05-09 22:12:15 -0400 |
commit | 92fabdf37a9f8d1e64616dadd245ff8449f629e6 (patch) | |
tree | b080ec3254a9cfb0737ec92ab207aba0b84f4bac /package.json | |
parent | 33d098d78a125b10199f0b088583e17746434718 (diff) | |
download | SponsorBlock-92fabdf37a9f8d1e64616dadd245ff8449f629e6.tar.gz SponsorBlock-92fabdf37a9f8d1e64616dadd245ff8449f629e6.zip |
Move more funcs 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 0d7e7622..04fb6921 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "", "main": "background.js", "dependencies": { - "@ajayyy/maze-utils": "1.1.26", + "@ajayyy/maze-utils": "1.1.27", "content-scripts-register-polyfill": "^4.0.2", "react": "^18.2.0", "react-dom": "^18.2.0" |