From b88c72feaa176a36da4c0e3b17cc290a1a3752d2 Mon Sep 17 00:00:00 2001 From: mmiscool Date: Sat, 17 Dec 2016 14:25:00 -0500 Subject: [PATCH] missing libraries addded to packages.json --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 246b9b3f..ca55a8e9 100644 --- a/package.json +++ b/package.json @@ -43,6 +43,8 @@ "numeric": "1.2.6", "jwerty": "0.3.2", "mustache-loader": "0.3.3", - "jquery": "2.1.0" + "jquery": "2.1.0", + "less": "2.7.1", + "libtess": "1.2.2" } }