From 60275d36370bcfb49161254f1f1506ac2eeeb4de Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Wed, 11 Sep 2013 08:18:47 -0700 Subject: [PATCH] Add "amd" keyword to package.json. [ci skip] --- package.json | 20 +++----------------- 1 file changed, 3 insertions(+), 17 deletions(-) diff --git a/package.json b/package.json index 1ddc688e7..76f039a8b 100644 --- a/package.json +++ b/package.json @@ -5,15 +5,7 @@ "homepage": "http://lodash.com/", "license": "MIT", "main": "dist/lodash.js", - "keywords": [ - "browser", - "client", - "functional", - "performance", - "server", - "speed", - "util" - ], + "keywords": ["amd", "browser", "client", "customize", "functional", "performance", "server", "speed", "util"], "author": "John-David Dalton (http://allyoucanleet.com/)", "contributors": [ "John-David Dalton (http://allyoucanleet.com/)", @@ -22,14 +14,8 @@ "Mathias Bynens (http://mathiasbynens.be/)" ], "bugs": "https://github.com/lodash/lodash/issues", - "repository": { - "type": "git", - "url": "https://github.com/lodash/lodash.git" - }, - "engines": [ - "node", - "rhino" - ], + "repository": { "type": "git", "url": "https://github.com/lodash/lodash.git" }, + "engines": ["node", "rhino"], "files": [ "LICENSE.txt", "dist/lodash.js",