diff --git a/src/index.js b/api/index.js similarity index 100% rename from src/index.js rename to api/index.js diff --git a/package.json b/package.json index ece1e4b..2b853c4 100644 --- a/package.json +++ b/package.json @@ -2,9 +2,9 @@ "name": "reverse-shell", "version": "1.1.3", "description": "Reverse Shell as a Service - https://reverse-shell.sh", - "main": "src/index.js", + "main": "api/index.js", "files": [ - "src" + "api" ], "scripts": { "test": "xo && nyc ava",