Move code to src/ dir
Signed-off-by: William Brawner <me@wbrawner.com>
This commit is contained in:
parent
baefeec6c6
commit
27d415ffa0
7 changed files with 2 additions and 2 deletions
|
@ -2,9 +2,9 @@
|
|||
"name": "flayre-server",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"main": "src/index.js",
|
||||
"scripts": {
|
||||
"start": "node index.js",
|
||||
"start": "node src/index.js",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "William Brawner <me@wbrawner.com>",
|
||||
|
|
Loading…
Reference in a new issue