Skip to content

Commit 535c543

Browse files
committed
fix dependency bug
1 parent cf5f18e commit 535c543

File tree

3 files changed

+15
-8
lines changed

3 files changed

+15
-8
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Blocks ads on websites without getting detected.
2121
2. Unzip the file and you should have a folder named `hover-extension-master`.
2222
3. In Chrome go to the extensions page (`chrome://extensions`).
2323
4. Enable Developer Mode.
24-
5. Drag the `dist` folder inside `hover-extension-master` anywhere on the Chrome page to import it (do not delete the folder afterwards).
24+
5. Drag the `dist` folder that is in `hover-extension-master` onto anywhere on the Chrome page to import it! (do not delete the folder afterwards)
2525
6. Enjoy!
2626

2727
# How To Contribute

Diff for: package-lock.json

100755100644
+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: yarn.lock

+11-4
Original file line numberDiff line numberDiff line change
@@ -2506,6 +2506,13 @@ boolbase@^1.0.0, boolbase@~1.0.0:
25062506
resolved "https://registry.yarnpkg.com/boolbase/-/boolbase-1.0.0.tgz#68dff5fbe60c51eb37725ea9e3ed310dcc1e776e"
25072507
integrity sha1-aN/1++YMUes3cl6p4+0xDcwed24=
25082508

2509+
bootstrap-switch-button-react@^1.2.0:
2510+
version "1.2.0"
2511+
resolved "https://registry.yarnpkg.com/bootstrap-switch-button-react/-/bootstrap-switch-button-react-1.2.0.tgz#cbb3d8f208b4f2548500b907ce489713641ea3f5"
2512+
integrity sha512-p/l+Rp69VtXpK0Y2PR9XYE1TPuypxF+1CpBPmvLUpwXjCisuxtl2S8AF6PqeLDxizFeHuW5nUE6qnqrZY/9ZQA==
2513+
dependencies:
2514+
react "^16.11.0"
2515+
25092516
bootstrap@^4.5.0:
25102517
version "4.5.0"
25112518
resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-4.5.0.tgz#97d9dbcb5a8972f8722c9962483543b907d9b9ec"
@@ -3928,9 +3935,9 @@ electron-to-chromium@^1.3.378, electron-to-chromium@^1.3.413:
39283935
integrity sha512-HST/xWLOeA0LGUhxBqvcPDDUGHjB6rn99VBgPWmaHv+zqwXgOaZO5RnRcd5owjRE7nh+z1c0SwcK8qP8o7sofg==
39293936

39303937
elliptic@^6.0.0, elliptic@^6.5.2:
3931-
version "6.5.2"
3932-
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.2.tgz#05c5678d7173c049d8ca433552224a495d0e3762"
3933-
integrity sha512-f4x70okzZbIQl/NSRLkI/+tteV/9WqL98zx+SQ69KbXxmVrmjwsNUPn/gYJJ0sHvEak24cZgHIPegRePAtA/xw==
3938+
version "6.5.3"
3939+
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.3.tgz#cb59eb2efdaf73a0bd78ccd7015a62ad6e0f93d6"
3940+
integrity sha512-IMqzv5wNQf+E6aHeIqATs0tOLeOTwj1QKbRcS3jBbYkl5oLAserA8yJTT7/VyHUYG91PRmPyeQDObKLPpeS4dw==
39343941
dependencies:
39353942
bn.js "^4.4.0"
39363943
brorand "^1.0.1"
@@ -8919,7 +8926,7 @@ react-transition-group@^4.0.0:
89198926
loose-envify "^1.4.0"
89208927
prop-types "^15.6.2"
89218928

8922-
react@^16.13.1:
8929+
react@^16.11.0, react@^16.13.1:
89238930
version "16.13.1"
89248931
resolved "https://registry.yarnpkg.com/react/-/react-16.13.1.tgz#2e818822f1a9743122c063d6410d85c1e3afe48e"
89258932
integrity sha512-YMZQQq32xHLX0bz5Mnibv1/LHb3Sqzngu7xstSM+vrkE5Kzr9xE0yMByK5kMoTK30YVJE61WfbxIFFvfeDKT1w==

0 commit comments

Comments
 (0)