Browse Source

chore: readme

Sv443 1 year ago
parent
commit
7f0f9db93a
2 changed files with 6 additions and 1 deletions
  1. 1 1
      .gitignore
  2. 5 0
      README.md

+ 1 - 1
.gitignore

@@ -1,5 +1,5 @@
-test.js
 .env
+test.js
 test.ts
 
 node_modules/

+ 5 - 0
README.md

@@ -70,6 +70,11 @@ Note: the `unsafeWindow` grant is required due to limitations in some browsers,
   This makes it so the userscript automatically updates when the code changes.  
   Note: the tab needs to stay open on Firefox or the script will not update itself.
 
+<br><br>
+
+### Dependencies:
+This userscript depends on these libraries:
+- [@billjs/event-emitter](https://npmjs.org/package/@billjs/event-emitter)
 
 <br><br>