Skip to content

Commit 27e9c57

Browse files
committed
Use Vercel dir convention
1 parent ff1c6f7 commit 27e9c57

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
File renamed without changes.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"name": "reverse-shell",
33
"version": "1.1.3",
44
"description": "Reverse Shell as a Service - https://reverse-shell.sh",
5-
"main": "src/index.js",
5+
"main": "api/index.js",
66
"files": [
7-
"src"
7+
"api"
88
],
99
"scripts": {
1010
"test": "xo && nyc ava",

0 commit comments

Comments
 (0)