From ce65c3113ac01b7d7207eb4d83a722a9d6d63183 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Sun, 2 Mar 2014 13:47:07 -0800 Subject: [PATCH] Simplify component.json. --- component.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/component.json b/component.json index 6cd469858..edd62a0b0 100644 --- a/component.json +++ b/component.json @@ -4,9 +4,7 @@ "version": "2.4.1", "description": "A utility library delivering consistency, customization, performance, & extras.", "license": "MIT", + "main": "dist/lodash.compat.js", "keywords": ["amd", "browser", "client", "functional", "server", "util"], - "scripts": [ - "index.js", - "dist/lodash.compat.js" - ] + "scripts": ["dist/lodash.compat.js"] }