Dont modify api package

This commit is contained in:
Jackson Harper 2022-04-04 14:46:18 -07:00
parent 574c4f617c
commit d92998ced3

View file

@ -8,7 +8,7 @@
"start": "node dist/server.js",
"lint": "eslint src --ext ts,js,tsx,jsx",
"lint:fix": "eslint src --fix --ext ts,js,tsx,jsx",
"test": "nyc mocha -r ts-node/register --config mocha-config.json --exit --timeout 20000"
"test": "nyc mocha -r ts-node/register --config mocha-config.json --exit --timeout 10000"
},
"dependencies": {
"@elastic/elasticsearch": "~7.12.0",