Browse Source

Use Vercel dir convention

dependabot/npm_and_yarn/json5-and-ava--removed
Luke Childs 2 years ago
parent
commit
27e9c572d8
  1. 0
      api/index.js
  2. 4
      package.json

0
src/index.js → api/index.js

4
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",

Loading…
Cancel
Save