fix(package): Update author field in package.json

This commit is contained in:
2024-12-02 17:00:42 +01:00
parent 39a4bd6ab7
commit ef20e15d20
3 changed files with 7 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
"author": "Lossless GmbH",
"author": "Task Venture Capital GmbH",
"license": "MIT",
"scripts": {
"test": "(tstest test/)",