Skip to content

Commit

Permalink
Release 3.0
Browse files Browse the repository at this point in the history
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
sumits-systango committed Jun 20, 2019
1 parent 7e44975 commit 620408d
Show file tree
Hide file tree
Showing 61 changed files with 9,806 additions and 7,830 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"presets" : ["es2015", "react"]
"presets" : ["@babel/env", "@babel/react"]
}
52 changes: 51 additions & 1 deletion .eslintignore
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/*
Loading

0 comments on commit 620408d

Please sign in to comment.