Browse Source

Files should be array

pull/2/head
Luke Childs 7 years ago
parent
commit
200fab3fb2
  1. 4
      package.json

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

Loading…
Cancel
Save