feat(license): update license
This commit is contained in:
parent
05a251b1fc
commit
ed9b2b6d95
@ -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",
|
||||
|
@ -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": {
|
||||
|
Loading…
Reference in New Issue
Block a user