refactor: Improvements

* refactor: Update modal

* refactor: Update settings page

* feat: Add reset credentials

* feat: Add .nvmrc and lodash

* chore: Remove console.log

* chore: nmvrc -> .nvmrc

* chore: nmvrc -> .nvmrc
This commit is contained in:
Khaled Garbaya
2017-12-13 15:57:01 +01:00
committed by Khaled Garbaya
parent af9c453c52
commit b5d69d71e7
46 changed files with 731 additions and 63 deletions

View File

@@ -20,7 +20,7 @@
"heroku-postbuild": "./bin/vendor/deploy.sh"
},
"engines": {
"node": ">=8.4.0"
"node": ">=8.9.3"
},
"dependencies": {
"body-parser": "~1.15.2",
@@ -30,7 +30,7 @@
"execa": "^0.8.0",
"express": "~4.14.0",
"helmet": "^3.9.0",
"loadash": "^1.0.0",
"lodash": "^4.17.4",
"marked": "^0.3.6",
"morgan": "~1.7.0",
"pug": "~2.0.0-beta6"