This commit is contained in:
Overtorment
2018-12-02 22:32:20 +00:00
parent fb63f4e3c2
commit cb44f2cc33
2 changed files with 23 additions and 9 deletions

View File

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