fix(package): Fix license field in package.json to reflect MIT licensing

This commit is contained in:
2024-12-02 17:00:17 +01:00
parent 8085033de4
commit c2a30654c5
4 changed files with 25 additions and 2 deletions

View File

@@ -6,7 +6,7 @@
"typings": "dist_ts/index.d.ts",
"type": "module",
"author": "Lossless GmbH",
"license": "UNLICENSED",
"license": "MIT",
"scripts": {
"test": "(tstest test/)",
"build": "(tsbuild --web --allowimplicitany)"