...
|
...
|
@@ -5,7 +5,7 @@ |
|
|
"scripts": {
|
|
|
"start": "node ./bin/www",
|
|
|
"dev": "nodemon -e js,hbs -i public/ ./bin/www",
|
|
|
"lint": "eslint -c .eslintrc --cache .eslintcache --fix .",
|
|
|
"lint": "eslint -c .eslintrc --cache --fix **/*.js",
|
|
|
"validate": "npm ls"
|
|
|
},
|
|
|
"dependencies": {
|
...
|
...
|
|