Skip to content

Commit

Permalink
Update deps and coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
HughePaul committed Jan 31, 2020
1 parent aca6426 commit d795727
Show file tree
Hide file tree
Showing 7 changed files with 1,717 additions and 340 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ lib-cov

# Coverage directory used by tools like istanbul
coverage
.nyc*

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: node_js
node_js:
- '8'
- '9'
- '10'
- '12'
notifications:
email: false
sudo: false
2 changes: 2 additions & 0 deletions lib/backends/fs.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* istanbul ignore file */

var glob = require('glob'),
path = require('path'),
fs = require('fs'),
Expand Down
2 changes: 2 additions & 0 deletions lib/translator.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* istanbul ignore file */

var util = require('util'),
EventEmitter = require('events').EventEmitter;

Expand Down
Loading

0 comments on commit d795727

Please sign in to comment.