Simplify license in package.json. [ci skip]

Former-commit-id: 1915ba400e5f45713a018d26081bb6666fb6683a
This commit is contained in:
John-David Dalton
2013-03-27 19:37:43 -07:00
parent 06804c37e2
commit 8ffcd30b4d

View File

@@ -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",