Skip to content

Commit

Permalink
Release 2.0
Browse files Browse the repository at this point in the history
# Changes and Updates
- Upgrade node js to LTS 10.15.3
- Upgrade node modules to latest versions.
- Remove gulp & used pm2 for production and nodemon for local.
- Update linting
- Docker integration.
- Updated test cases.
- Bug fixes.

# Breaking Changes
- Remove gulp totally and used pm2 and nodemon to start server.
  • Loading branch information
sumits-systango committed Jun 20, 2019
1 parent 323043a commit 7d3f0f9
Show file tree
Hide file tree
Showing 42 changed files with 10,313 additions and 810 deletions.
57 changes: 56 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,58 @@
**/node_modules/**
**/cert/**
**/static/**
swagger
# 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

# Optional npm cache directory
.npm

# Optional REPL history
.node_repl_history


### SublimeText ###
# cache files for sublime text
*.tmlanguage.cache
*.tmPreferences.cache
*.stTheme.cache

# workspace files are user-specific
*.sublime-workspace

# project files should be checked into the repository, unless a significant
# proportion of contributors will probably not be using SublimeText
*.sublime-project

# sftp configuration file
sftp-config.json

#Documentation
docs
.env
.vscode
8 changes: 0 additions & 8 deletions .eslintrc

This file was deleted.

Loading

0 comments on commit 7d3f0f9

Please sign in to comment.