From 36ed083b4818c401f702b61b20d50573998088ba Mon Sep 17 00:00:00 2001 From: Tilo Mitra Date: Fri, 7 Mar 2014 13:14:37 -0500 Subject: [PATCH] add grunt-stripmq to package.json --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 96227ce..cf34c1e 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,7 @@ "grunt-contrib-csslint": "~0.2.0", "grunt-contrib-watch": "~0.5.3", "grunt-css-selectors": "~1.0.0", - "grunt-pure-grids": "0.0.1" + "grunt-pure-grids": "0.0.1", + "grunt-stripmq": "0.0.3" } }