mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-11 19:37:49 +00:00
Simplify license in package.json. [ci skip]
Former-commit-id: 1915ba400e5f45713a018d26081bb6666fb6683a
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
"version": "1.1.1",
|
"version": "1.1.1",
|
||||||
"description": "A low-level utility library delivering consistency, customization, performance, and extra features.",
|
"description": "A low-level utility library delivering consistency, customization, performance, and extra features.",
|
||||||
"homepage": "http://lodash.com",
|
"homepage": "http://lodash.com",
|
||||||
|
"license": "MIT",
|
||||||
"main": "./dist/lodash",
|
"main": "./dist/lodash",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"browser",
|
"browser",
|
||||||
@@ -13,12 +14,6 @@
|
|||||||
"speed",
|
"speed",
|
||||||
"util"
|
"util"
|
||||||
],
|
],
|
||||||
"licenses": [
|
|
||||||
{
|
|
||||||
"type": "MIT",
|
|
||||||
"url": "http://lodash.com/license"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"author": {
|
"author": {
|
||||||
"name": "John-David Dalton",
|
"name": "John-David Dalton",
|
||||||
"email": "john.david.dalton@gmail.com",
|
"email": "john.david.dalton@gmail.com",
|
||||||
|
|||||||
Reference in New Issue
Block a user