Skip to content

Commit

Permalink
Merge branch 'AleF83-master'
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffbski committed Aug 8, 2020
2 parents 4cfa9fc + 75f56e6 commit e7960e9
Show file tree
Hide file tree
Showing 3 changed files with 673 additions and 1,261 deletions.
2 changes: 1 addition & 1 deletion lib/wait-on.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

const fs = require('fs');
const { promisify } = require('util');
const Joi = require('@hapi/joi');
const Joi = require('joi');
const https = require('https');
const net = require('net');
const util = require('util');
Expand Down

0 comments on commit e7960e9

Please sign in to comment.