Skip to content

Commit

Permalink
Merge pull request #31 from Sediug/feature/silence-mode
Browse files Browse the repository at this point in the history
Feature/silence mode & Refactor from @CodingCarlos
  • Loading branch information
CodingCarlos authored Dec 20, 2017
2 parents bd0b0ab + 94aa0c3 commit 479bd60
Show file tree
Hide file tree
Showing 29 changed files with 2,727 additions and 294 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
language: node_js
node_js:
- "node"
- "4"
- "6"
File renamed without changes.
File renamed without changes.
44 changes: 44 additions & 0 deletions _old/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
# 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

# nyc test coverage
.nyc_output

# 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 directories
node_modules
jspm_packages

# Optional npm cache directory
.npm

# Optional REPL history
.node_repl_history

# Notes
IDEAS
IGNORE

# Testing results
coverage
44 changes: 44 additions & 0 deletions _old/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
# 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

# nyc test coverage
.nyc_output

# 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 directories
node_modules
jspm_packages

# Optional npm cache directory
.npm

# Optional REPL history
.node_repl_history

# Notes
IDEAS
IGNORE

# Testing results
coverage
4 changes: 4 additions & 0 deletions _old/.travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
language: node_js
node_js:
- "node"
- "4"
Loading

0 comments on commit 479bd60

Please sign in to comment.