feat(license): update license

This commit is contained in:
chenos 2022-04-25 12:05:37 +08:00
parent 05a251b1fc
commit ed9b2b6d95
2 changed files with 2 additions and 14 deletions

View File

@ -1,13 +1,7 @@
{
"name": "@nocobase/app-client",
"version": "0.7.0-alpha.1",
"license": "Apache-2.0",
"licenses": [
{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"license": "MIT",
"scripts": {
"start": "umi dev",
"build": "umi build",

View File

@ -2,13 +2,7 @@
"name": "@nocobase/app-server",
"version": "0.7.0-alpha.1",
"description": "",
"license": "Apache-2.0",
"licenses": [
{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"license": "MIT",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"scripts": {