FIX: accounting for txs

This commit is contained in:
Overtorment
2018-12-05 23:59:56 +00:00
parent 967662be6b
commit bd1128ddc8
3 changed files with 35 additions and 17 deletions

View File

@@ -7,7 +7,7 @@
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon node_modules/.bin/babel-node index.js",
"start": "node_modules/.bin/babel-node index.js",
"lint": "./node_modules/.bin/eslint ./ --fix"
"lint": "./node_modules/.bin/eslint ./ controllers/ class/ --fix"
},
"author": "Igor Korsakov <overtorment@gmail.com>",
"license": "MIT",