From 244ee08d7d55e8007c185555d88dd68c87712520 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Fri, 7 Jun 2013 18:44:15 -0700 Subject: [PATCH] Remove `./` path prefix to avoid issues with Component's build. [closes #294] Former-commit-id: 93ba9214538b0f30fde75bff96b75c83f3b96f1f --- component.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/component.json b/component.json index 74238c99d..cc39f9662 100644 --- a/component.json +++ b/component.json @@ -5,8 +5,8 @@ "description": "A low-level utility library delivering consistency, customization, performance, and extra features.", "license": "MIT", "scripts": [ - "./index.js", - "./dist/lodash.compat.js" + "index.js", + "dist/lodash.compat.js" ], "keywords": [ "browser",