Skip to content

Commit

Permalink
Fixing for node 4
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Gaunt committed Sep 24, 2016
1 parent 6b28d5e commit afafe59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/cli.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#! /usr/bin/env node
/* eslint consistent-return:0*/
'use strict';

const webPush = require('../src/index.js');

Expand Down
2 changes: 1 addition & 1 deletion test/test-cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

const cliPath = 'src/cli.js';

suite('Test Encryption Helpers', function() {
suite('Test CLI', function() {
test('no args run', function() {
return new Promise(function(resolve) {
const webpushCLISpawn = spawn('node', [
Expand Down

0 comments on commit afafe59

Please sign in to comment.