From 26f57141a19a291a5ab58d2d25c2f789ebfa55ea Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Mon, 5 Aug 2013 22:12:52 -0700 Subject: [PATCH] Simplify package.json description. Former-commit-id: 43470293d97b86435fd897edd34f910f7a435a8d --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5b656a823..d7c8ee2af 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "lodash", "version": "1.3.1", - "description": "A low-level utility library delivering consistency, customization, performance, and extra features.", + "description": "A utility library delivering consistency, customization, performance, and extras.", "homepage": "http://lodash.com/", "license": "MIT", "main": "./dist/lodash.js",