feat(license): update license
This commit is contained in:
parent
05a251b1fc
commit
ed9b2b6d95
@ -1,13 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@nocobase/app-client",
|
"name": "@nocobase/app-client",
|
||||||
"version": "0.7.0-alpha.1",
|
"version": "0.7.0-alpha.1",
|
||||||
"license": "Apache-2.0",
|
"license": "MIT",
|
||||||
"licenses": [
|
|
||||||
{
|
|
||||||
"type": "Apache-2.0",
|
|
||||||
"url": "http://www.apache.org/licenses/LICENSE-2.0"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "umi dev",
|
"start": "umi dev",
|
||||||
"build": "umi build",
|
"build": "umi build",
|
||||||
|
@ -2,13 +2,7 @@
|
|||||||
"name": "@nocobase/app-server",
|
"name": "@nocobase/app-server",
|
||||||
"version": "0.7.0-alpha.1",
|
"version": "0.7.0-alpha.1",
|
||||||
"description": "",
|
"description": "",
|
||||||
"license": "Apache-2.0",
|
"license": "MIT",
|
||||||
"licenses": [
|
|
||||||
{
|
|
||||||
"type": "Apache-2.0",
|
|
||||||
"url": "http://www.apache.org/licenses/LICENSE-2.0"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"main": "./lib/index.js",
|
"main": "./lib/index.js",
|
||||||
"types": "./lib/index.d.ts",
|
"types": "./lib/index.d.ts",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
Loading…
Reference in New Issue
Block a user