diff options
author | Ajay <[email protected]> | 2023-02-18 02:54:42 -0500 |
---|---|---|
committer | Ajay <[email protected]> | 2023-02-18 02:54:42 -0500 |
commit | 4ca6a331f1bfb08447fe2bc7f94cf6ed599b2d32 (patch) | |
tree | 56fb9f0bf85116f1e75c031c4aa16b2090d3f651 /package.json | |
parent | 1d05c2b3dfc15619a02f0d9333be8051cde60acb (diff) | |
download | SponsorBlock-4ca6a331f1bfb08447fe2bc7f94cf6ed599b2d32.tar.gz SponsorBlock-4ca6a331f1bfb08447fe2bc7f94cf6ed599b2d32.zip |
Move generate userID 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 406a213e..1da498bb 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "", "main": "background.js", "dependencies": { - "@ajayyy/maze-utils": "^1.1.3", + "@ajayyy/maze-utils": "^1.1.4", "content-scripts-register-polyfill": "^4.0.2", "react": "^18.2.0", "react-dom": "^18.2.0" |