Skip to content

Commit

Permalink
update ignored dependency list
Browse files Browse the repository at this point in the history
  • Loading branch information
jesse-deloitte committed Jun 12, 2019
1 parent 6dea66f commit 87905b1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog

## 0.1.2

- Update ignored dependency list

## 0.1.1

- Add Asguard to `depcheck` ignore list
Expand Down
3 changes: 2 additions & 1 deletion bin/depcheck.js
Expand Up @@ -13,8 +13,9 @@ module.exports = () => new Promise((resolve, reject) => {
const ignoreMatches = [
// Used by Asguard
'@frosti/asguard',
'node-emoji',
'figlet',
'minimist',
'node-emoji',

// Custom Alias' for @frosti boilerplated
'@config/*',
Expand Down

0 comments on commit 87905b1

Please sign in to comment.