Sv443 před 1 rokem
rodič
revize
7f0f9db93a
2 změnil soubory, kde provedl 6 přidání a 1 odebrání
  1. 1 1
      .gitignore
  2. 5 0
      README.md

+ 1 - 1
.gitignore

@@ -1,5 +1,5 @@
-test.js
 .env
 .env
+test.js
 test.ts
 test.ts
 
 
 node_modules/
 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.  
   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.
   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>
 <br><br>