fixed bug

This commit is contained in:
ChrisStone07 2020-04-08 01:54:10 +05:30
parent 5257f9a0b7
commit 9f1c906998

View File

@ -4,8 +4,8 @@
"description": "XploitSPY - Remote Android Spying Tool", "description": "XploitSPY - Remote Android Spying Tool",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"start": "node index.js", "start": "node server/index.js",
"test": "node index.js" "test": "node server/index.js"
}, },
"author": "XploitWizer", "author": "XploitWizer",
"license": "ISC", "license": "ISC",