From 4c406c62e48545b4b26361459cb6740521112a8c Mon Sep 17 00:00:00 2001 From: Brian Gough Date: Fri, 21 Oct 2022 16:31:50 +0100 Subject: [PATCH] move active-x-obfuscator to devDependencies --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 23409489..45833300 100644 --- a/package.json +++ b/package.json @@ -37,11 +37,11 @@ "url": "https://github.com/LearnBoost/socket.io-client.git" }, "dependencies": { - "active-x-obfuscator": "0.0.1", "ws": "^1.1.5", "xmlhttprequest": "^1.8.0" }, "devDependencies": { + "active-x-obfuscator": "0.0.1", "express": "2.5.x", "expresso": "*", "jade": "*",