Skip to content

Commit

Permalink
chore: Add devDependencies to retireignore.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcy Sutton committed Mar 2, 2018
1 parent f599466 commit 0445964
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .retireignore.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,29 @@
{
"path": "node_modules/phantomjs-prebuilt",
"justification": "Temporary disabling until we switch to headless chrome"
},
{
"path": "node_modules/hawk",
"justification": "Sub-dependency of retire.js, which is being ignored"
},
{
"path": "node_modules/cryptiles",
"justification": "Sub-dependency of retire.js, which is being ignored"
},
{
"path": "node_modules/sntp",
"justification": "Sub-dependency of retire.js, which is being ignored"
},
{
"path": "node_modules/boom",
"justification": "Sub-dependency of retire.js, which is being ignored"
},
{
"path": "node_modules/hoek",
"justification": "Sub-dependency of retire.js, which is being ignored"
},
{
"path": "node_modules/grunt-contrib-watch",
"justification": "Ignoring until a new release is out"
}
]

0 comments on commit 0445964

Please sign in to comment.