Fix/csv logs (#505)
* fix: use async csv lib * fix: wording on the wizard * chore: builded react files
This commit is contained in:
parent
55c4aae8d5
commit
5434e9f8e6
10 changed files with 49 additions and 18 deletions
|
|
@ -36,7 +36,7 @@
|
|||
"graphql-type-json": "^0.3.1",
|
||||
"helmet": "^3.8.1",
|
||||
"inquirer": "^5.2.0",
|
||||
"json-2-csv": "^3.7.8",
|
||||
"json2csv": "^5.0.3",
|
||||
"kraken-api": "github:DeX3/npm-kraken-api",
|
||||
"libphonenumber-js": "^1.7.38",
|
||||
"lnd-async": "^1.8.0",
|
||||
|
|
@ -114,7 +114,9 @@
|
|||
"watch": "concurrently \"npm:server\" \"npm:admin-server\" \"npm:graphql-server\""
|
||||
},
|
||||
"nodemonConfig": {
|
||||
"ignore": ["new-lamassu-admin/*"]
|
||||
"ignore": [
|
||||
"new-lamassu-admin/*"
|
||||
]
|
||||
},
|
||||
"devDependencies": {
|
||||
"ava": "3.8.2",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue