From 8ffcd30b4d538e24ceed6a6c9c0e0f9445a59b37 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Wed, 27 Mar 2013 19:37:43 -0700 Subject: [PATCH] Simplify license in package.json. [ci skip] Former-commit-id: 1915ba400e5f45713a018d26081bb6666fb6683a --- package.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/package.json b/package.json index aadfda5fa..b3bd95335 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "1.1.1", "description": "A low-level utility library delivering consistency, customization, performance, and extra features.", "homepage": "http://lodash.com", + "license": "MIT", "main": "./dist/lodash", "keywords": [ "browser", @@ -13,12 +14,6 @@ "speed", "util" ], - "licenses": [ - { - "type": "MIT", - "url": "http://lodash.com/license" - } - ], "author": { "name": "John-David Dalton", "email": "john.david.dalton@gmail.com",