We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74a7c61 commit d486e4dCopy full SHA for d486e4d
2 files changed
package.json
@@ -3,7 +3,7 @@
3
"version": "2.0.0-beta.5",
4
"description": "Fast document oriented javascript in-memory database",
5
"author": "Various authors",
6
- "license": "MIT",
+ "license": "(MIT OR Apache-2.0)",
7
"scripts": {
8
"lint": "tslint -p 'tsconfig.json' -c 'config/tslint.json'",
9
"lint:fix": "tslint -p 'tsconfig.json' -c 'config/tslint.json' --fix",
packages/full-text-search/package.json
@@ -2,7 +2,7 @@
2
"name": "@lokidb/full-text-search",
"description": "A full-text search engine.",
+ "license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/LokiJS-Forge/LokiDB.git"
0 commit comments