Skip to content

Commit

Permalink
Upgrade packages
Browse files Browse the repository at this point in the history
  • Loading branch information
binarymist committed May 31, 2021
1 parent 351340a commit ef34f3c
Show file tree
Hide file tree
Showing 6 changed files with 2,122 additions and 3,269 deletions.
1 change: 1 addition & 0 deletions .husky/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
_
4 changes: 4 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npm test
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@
<a href='https://coveralls.io/github/purpleteam-labs/purpleteam-app-scanner?branch=main'>
<img src='https://coveralls.io/repos/github/purpleteam-labs/purpleteam-app-scanner/badge.svg?branch=main' alt='test coverage'>
</a>

<a href="https://github.com/purpleteam-labs/purpleteam-app-scanner/releases" title="latest release">
<img src="https://img.shields.io/github/v/release/purpleteam-labs/purpleteam-app-scanner?color=%23794fb8&include_prereleases" alt="GitHub release (latest SemVer including pre-releases)">
</a>
<br/><br/><br/>
</div>

Expand Down
2 changes: 1 addition & 1 deletion healthcheck.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

const http = require('http');
require('convict');
const config = require('./config/config.js');
const config = require('./config/config');

const options = {
host: config.get('host.host'),
Expand Down
Loading

0 comments on commit ef34f3c

Please sign in to comment.