From 6a174dcf1cb2d037acbbc8faf10cd5dc23b786f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Furkan=20Tunal=C4=B1?= Date: Thu, 29 Aug 2013 02:43:09 +0300 Subject: [PATCH] Update bower.json Changed the value of main property to a valid javascript file target, rather an array. --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index e6f0686c1..e739d4ca6 100644 --- a/bower.json +++ b/bower.json @@ -1,5 +1,5 @@ { "name": "less", "version": "1.4.2", - "main": ["./lib/less/index"] + "main": "./dist/less-1.4.2.js" }