From 447440776b95d05684761371bfb7811ada81d71b Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Sat, 1 Aug 2015 11:12:06 -0700 Subject: [PATCH] Remove component.json. --- component.json | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 component.json diff --git a/component.json b/component.json deleted file mode 100644 index bae1f4292..000000000 --- a/component.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "name": "lodash", - "repo": "lodash/lodash", - "version": "3.10.1", - "description": "The modern build of lodash.", - "license": "MIT", - "main": "lodash.js", - "keywords": ["stdlib", "util"], - "scripts": ["lodash.js"] -}