diff --git a/package.json b/package.json index 88c56b4..541f539 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,9 @@ "version": "1.0.2", "description": "Reverse Shell as a Service - https://shell.now.sh", "main": "src/index.js", - "files": "src", + "files": [ + "src" + ], "scripts": { "start": "micro", "test": "xo && nyc ava",