edit package.json
This commit is contained in:
parent
caaa5fedf0
commit
6e045c0cf7
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "umbrello-api",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"version": "0.1.0",
|
||||
"description": "REST API for umbrello-bot",
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
"start": "nodemon --exec babel-node src/server.js",
|
||||
|
@ -9,6 +9,10 @@
|
|||
"serve": "node dist/server.js",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/frsposito/umbrello-api.git"
|
||||
},
|
||||
"author": "frsposito",
|
||||
"license": "GPL-3.0-or-later",
|
||||
"devDependencies": {
|
||||
|
|
Loading…
Reference in New Issue