From 0ef9e0fa75e14f10f7e65b31a0032f75f3699bf6 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Mon, 12 Jan 2015 00:44:49 -0800 Subject: [PATCH] Reduce keywords in component.json. [ci skip] --- component.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/component.json b/component.json index 99909b8fa..839e66f94 100644 --- a/component.json +++ b/component.json @@ -5,6 +5,6 @@ "description": "A utility library delivering consistency, customization, performance, & extras.", "license": "MIT", "main": "lodash.js", - "keywords": ["amd", "browser", "client", "functional", "server", "util"], + "keywords": ["functional", "util"], "scripts": ["lodash.js"] }