From ec5e685a1cf584e98305a7db85fb15d91a335e56 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Tue, 1 Oct 2013 08:39:03 -0700 Subject: [PATCH] Remove unneeded keywords from component.json. [ci skip] --- component.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/component.json b/component.json index df4ea20e7..ef49fcb2f 100644 --- a/component.json +++ b/component.json @@ -4,7 +4,7 @@ "version": "2.2.0", "description": "A utility library delivering consistency, customization, performance, & extras.", "license": "MIT", - "keywords": ["amd", "browser", "client", "customize", "functional", "performance", "server", "speed", "util"], + "keywords": ["amd", "browser", "client", "functional", "server", "util"], "scripts": [ "index.js", "dist/lodash.compat.js"