From 56666c4bf4f8891c534f8d12e46c58502ff82e3b Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Thu, 4 Sep 2014 23:57:36 -0700 Subject: [PATCH] Use a string of keywords in package.json. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8bd568772..0c1587ee7 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "license": "MIT", "main": "dist/lodash.js", "browser": "dist/lodash.compat.js", - "keywords": ["amd", "browser", "client", "customize", "functional", "server", "util"], + "keywords": "amd, browser, client, customize, functional, server, util", "author": "John-David Dalton (http://allyoucanleet.com/)", "contributors": [ "John-David Dalton (http://allyoucanleet.com/)",