Once again, fix exports, paths n all
ci/woodpecker/push/test Pipeline failed

This commit is contained in:
2024-05-20 01:03:37 +02:00
parent 6fb1f60677
commit bee5c294f2
3 changed files with 4 additions and 6 deletions
+3 -3
View File
@@ -7,7 +7,7 @@
"module": "index.ts",
"type": "module",
"files": ["index.ts"],
"files": ["index.ts", "src"],
"scripts": {
"test": "bun test"
@@ -15,8 +15,8 @@
"dependencies": {
"jose": "^5.3.0",
"log": "git@git.pband.ch:typescript/log.git",
"result": "git@git.pband.ch:typescript/result.git"
"log": "git+https://git.pband.ch/typescript/log.git",
"result": "git+https://git.pband.ch/typescript/result.git"
},
"devDependencies": {
"@types/bun": "^1.1.2"