diff options
-rw-r--r-- | package.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/package.json b/package.json index 53cfb9e..cdb5028 100644 --- a/package.json +++ b/package.json @@ -15,5 +15,8 @@ "bugs": { "url": "https://github.com/feynmansfedora/ywot-clean/issues" }, - "homepage": "https://github.com/feynmansfedora/ywot-clean#readme" + "homepage": "https://github.com/feynmansfedora/ywot-clean#readme", + "dependencies": { + "ws": ">=7.2.0" + } } |