From 55c2937c52503e6a60440c7539292987a9f06a34 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sun, 20 Dec 2015 13:26:41 +0000 Subject: [PATCH] Added packages --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 50da831..f3c5246 100644 --- a/package.json +++ b/package.json @@ -16,4 +16,8 @@ "url": "https://github.com/realorangeone/less-mixins/issues" }, "homepage": "https://github.com/realorangeone/less-mixins#readme", + "devDependencies": { + "clean-css": "^3.4.8", + "less": "^2.5.3" + } }