mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-25 12:52:42 +03:00
docs: update LICENSE
This commit is contained in:
parent
73f83cc97e
commit
e55fc3b74d
@ -3,7 +3,7 @@
|
|||||||
"version": "0.9.0-canary.12",
|
"version": "0.9.0-canary.12",
|
||||||
"private": true,
|
"private": true,
|
||||||
"author": "toeverything",
|
"author": "toeverything",
|
||||||
"license": "MPL-2.0",
|
"license": "MIT",
|
||||||
"workspaces": [
|
"workspaces": [
|
||||||
".",
|
".",
|
||||||
"apps/*",
|
"apps/*",
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"name": "@affine/graphql",
|
"name": "@affine/graphql",
|
||||||
"version": "0.9.0-canary.12",
|
"version": "0.9.0-canary.12",
|
||||||
"description": "Autogenerated GraphQL client for affine.pro",
|
"description": "Autogenerated GraphQL client for affine.pro",
|
||||||
"license": "MPL-2.0",
|
"license": "MIT",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "./src/index.ts",
|
"main": "./src/index.ts",
|
||||||
"module": "./src/index.ts",
|
"module": "./src/index.ts",
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
"constEnum": false
|
"constEnum": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"license": "MPL-2.0",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@napi-rs/cli": "^2.16.2",
|
"@napi-rs/cli": "^2.16.2",
|
||||||
"@types/node": "^18.17.12",
|
"@types/node": "^18.17.12",
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
"description": "IndexedDB database adapter for Yjs",
|
"description": "IndexedDB database adapter for Yjs",
|
||||||
"repository": "toeverything/AFFiNE",
|
"repository": "toeverything/AFFiNE",
|
||||||
"author": "toeverything",
|
"author": "toeverything",
|
||||||
"license": "MPL-2.0",
|
"license": "MIT",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"indexeddb",
|
"indexeddb",
|
||||||
"yjs",
|
"yjs",
|
||||||
|
Loading…
Reference in New Issue
Block a user