This commit is contained in:
+3
-3
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user