From 04459649e4a5b2928547d18920b1da197488cb81 Mon Sep 17 00:00:00 2001 From: Marcy Sutton Date: Fri, 2 Mar 2018 14:51:52 -0800 Subject: [PATCH] chore: Add devDependencies to retireignore.json --- .retireignore.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/.retireignore.json b/.retireignore.json index 89dbbf5d76..eba3029354 100644 --- a/.retireignore.json +++ b/.retireignore.json @@ -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" } ] \ No newline at end of file