-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade hapi js to latest version (hapi 18.1.0) Upgrade node js to LTS 10.15.3 Upgrade dependencies Remove gulp & used pm2 for production and nodemon for local. Update test cases. Update linting Bug fixes
- Loading branch information
1 parent
7e44975
commit 620408d
Showing
61 changed files
with
9,806 additions
and
7,830 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"presets" : ["es2015", "react"] | ||
"presets" : ["@babel/env", "@babel/react"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,52 @@ | ||
/assets/scripts/vendor/*.js | ||
/assets/scripts/* | ||
/assets/scripts/* | ||
# Logs | ||
logs | ||
*.log | ||
npm-debug.log* | ||
|
||
# Runtime data | ||
pids | ||
*.pid | ||
*.seed | ||
|
||
# Directory for instrumented libs generated by jscoverage/JSCover | ||
lib-cov | ||
|
||
# Coverage directory used by tools like istanbul | ||
coverage | ||
|
||
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) | ||
.grunt | ||
|
||
# node-waf configuration | ||
.lock-wscript | ||
|
||
# Compiled binary addons (http://nodejs.org/api/addons.html) | ||
build/Release | ||
|
||
# Dependency directory | ||
node_modules | ||
node_modules/ | ||
|
||
# Optional npm cache directory | ||
.npm | ||
|
||
# Optional REPL history | ||
.node_repl_history | ||
|
||
# Mac OS | ||
.DS_Store | ||
|
||
# Sublime Project Files | ||
*.sublime-project | ||
*.sublime-workspace | ||
|
||
# Project specific ignore | ||
logs/ | ||
.build | ||
.env | ||
.vscode | ||
|
||
# DB | ||
db/data/* |
Oops, something went wrong.