From 85f2bd464c6d33b814f7fed525bdee67c701051c Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Thu, 26 Sep 2013 23:34:31 -0700 Subject: [PATCH] Remove "performance" & "speed" keywords from package.json. [ci skip] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dfd46da81..80163b7dc 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "homepage": "http://lodash.com/", "license": "MIT", "main": "dist/lodash.js", - "keywords": ["amd", "browser", "client", "customize", "functional", "performance", "server", "speed", "util"], + "keywords": ["amd", "browser", "client", "customize", "functional", "server", "util"], "author": "John-David Dalton (http://allyoucanleet.com/)", "contributors": [ "John-David Dalton (http://allyoucanleet.com/)",