Skip to content

Commit d486e4d

Browse files
authored
docs: update licenses in packages (#92)
1 parent 74a7c61 commit d486e4d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "2.0.0-beta.5",
44
"description": "Fast document oriented javascript in-memory database",
55
"author": "Various authors",
6-
"license": "MIT",
6+
"license": "(MIT OR Apache-2.0)",
77
"scripts": {
88
"lint": "tslint -p 'tsconfig.json' -c 'config/tslint.json'",
99
"lint:fix": "tslint -p 'tsconfig.json' -c 'config/tslint.json' --fix",

packages/full-text-search/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@lokidb/full-text-search",
33
"description": "A full-text search engine.",
44
"author": "Various authors",
5-
"license": "MIT",
5+
"license": "Apache-2.0",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/LokiJS-Forge/LokiDB.git"

0 commit comments

Comments
 (0)