fix(package): name & title & license
Showing
This source diff could not be displayed because it is too large. You can view the blob instead.
{ | { | ||
"name": "kityminder", | "name": "kityminder-core", | ||
"title": "kityminder", | "title": "Kity Minder Core", | ||
"description": "KityMinder Core Implement", | "description": "KityMinder Core Implement", | ||
"version": "1.4.45", | "version": "1.4.45", | ||
"homepage": "https://github.com/fex-team/kityminder-core", | "homepage": "https://github.com/fex-team/kityminder-core", | ||
... | @@ -8,6 +8,7 @@ | ... | @@ -8,6 +8,7 @@ |
"name": "Baidu FEX", | "name": "Baidu FEX", | ||
"url": "http://fex.baidu.com" | "url": "http://fex.baidu.com" | ||
}, | }, | ||
"main": "dist/kityminder.core.js", | |||
"license": "BSD-3-Clause", | "license": "BSD-3-Clause", | ||
"repository": { | "repository": { | ||
"type": "git", | "type": "git", | ||
... | @@ -30,7 +31,7 @@ | ... | @@ -30,7 +31,7 @@ |
}, | }, | ||
"licenses": [ | "licenses": [ | ||
{ | { | ||
"type": "MIT", | "type": "BSD-3-Clause", | ||
"url": "https://github.com/fex-team/kityminder-core/blob/dev/LICENSE" | "url": "https://github.com/fex-team/kityminder-core/blob/dev/LICENSE" | ||
} | } | ||
], | ], | ||
... | ... |
Please register or sign in to comment