Moved everything to /src
This commit is contained in:
parent
dec0390280
commit
1072b641c8
29 changed files with 10 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"name": "lynxbot",
|
||||
"version": "1.0.0",
|
||||
"main": "bot.js",
|
||||
"main": "src/bot.js",
|
||||
"scripts": {
|
||||
"start": "nodemon bot.js",
|
||||
"start": "nodemon src/bot.js",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "Lucas Gabriel (lucmsilva)",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue