From 1144e754a6a131bd4affec26fd85299e71bdab06 Mon Sep 17 00:00:00 2001 From: Dave Methvin Date: Tue, 20 Oct 2015 12:30:01 -0400 Subject: [PATCH] Build: Add "deprecated" to the Testswarm module list Ref #1740 Yeah. --- Gruntfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Gruntfile.js b/Gruntfile.js index aa919bb08..dd4b07d30 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -152,6 +152,7 @@ module.exports = function( grunt ) { "css", "data", "deferred", + "deprecated", "dimensions", "effects", "event", -- 2.39.5