update license in package.json

This commit is contained in:
medcl 2020-03-15 11:37:15 +08:00
parent 52c99cfb08
commit 820ea8e4a1
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{ {
"name": "logging-center", "name": "logging-center",
"version": "1.0.0", "version": "1.0.0",
"description": "", "description": "极限科技日志统一分析管理平台",
"private": true, "private": true,
"egg": { "egg": {
"declarations": true "declarations": true
@ -54,5 +54,5 @@
"url": "ssh://git@git.infini.ltd:64221/infini/logging-center.git" "url": "ssh://git@git.infini.ltd:64221/infini/logging-center.git"
}, },
"author": "", "author": "",
"license": "MIT" "license": "INFINI-EULA"
} }