Skip to content

Commit

Permalink
be able to use the cli for node 4
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielcsapo committed Feb 13, 2017
1 parent 09b3987 commit 93f35fb
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions bin/node-coverage-cli.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env node
'use strict';

const program = require('commander');
const http = require('http');
Expand Down
2 changes: 2 additions & 0 deletions util/ci.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use strict';

module.exports = function() {
const options = {
service_job_id: '',
Expand Down
2 changes: 2 additions & 0 deletions util/git.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use strict';

/**
* @module util/git
*/
Expand Down
2 changes: 2 additions & 0 deletions util/lcov.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use strict';

/**
* @module util/git
*/
Expand Down

0 comments on commit 93f35fb

Please sign in to comment.